Possible Duplicate:
FULL list of JavaScript keycodes
Where can I found the official reference of the key codes in javascript?
Google founds only gappy tables.
Especially I'm looking for the key code of double quote.
Where can I found the official reference of the key codes in javascript? Google founds only gappy tables. Especially I'm looking for the key code of double quote. |
||||
|
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
If you're testing for typed characters (as opposed to detecting non-printable keystrokes) then you do not need a look-up table. Use the
|
|||
|
|
|
Personnally I use this list : http://www.cambiaresearch.com/articles/15/javascript-char-codes-key-codes And this is kind of a reference for JS keyboard events : http://unixpapa.com/js/key.html |
|||
|
|
|
Key code for |
|||||||||
|
|