Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Now I define a keyboard layout by defining language character input via javascript. Here's the code:http://pastebin.com/FDfaFsdx.

How do I get the keyboard layout without specifying the language of symbols?

enter image description here

share|improve this question
No one knows how to determine the system language? – lampa Feb 25 at 7:38
Do you want the keyboard language or the keyboard layout? – paa Feb 25 at 11:52
@paa i want a keyboard layout, see screenshot. What is the difference keyboard language or the keyboard layout? – lampa Feb 26 at 19:51
Here's an excerpt from Windows DDK A keyboard layout DLL consists of a set of tables. One of the tables converts the scancode to virtual key code, while the other table provides the conversion rule from the virtual key code to the character. Not all the keys or key combinations generate the characters. The modifier keys, such as the SHIFT key or the CTRL key, alter the character generation, but do not generate the characters. The special keys, such as F1-F12 functions keys, the Delete key or the Home key, do not generate the characters either. – paa Feb 26 at 21:39

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.