I am using wshShell.SendKeys to input some text into web sites from an HTA, when my current keyboard layout is not English, the results of wshShell.SendKeys is unanticipated
Send "A" to textbox, read it back like this:
nValue = oTextbox.value.charCodeAt(0);
If nValue is 65 layout is English otherwise it's not and probably ש was sent instead.
nValue
ש