change keyboard layout with javascript
问题 I have a html form. Users can fill in the form in both english and persian languages. but I have a captcha input that users should fill it in english. If the user's keyboard layout is persian what is typed in this field should change to english so I need some coded that change the keyboard layout on focusing on this input text. Is it possbile to change keyboard layout with javascript?? 回答1: You won't be able to change the keyboard layout using JS, but you can capture the keydown event and