What keycodes are available for JavaScript? If they're not the same for all browsers, please list the keycodes for each browser.
keyCodes are different from the ASCII values. For a complete keyCode reference, see http://unixpapa.com/js/key.html
For example, Numpad numbers have keyCodes 96 - 105, which corresponds to the beginning of lowercase alphabet in ASCII. This could lead to problems in validating numeric input.
Followed @pimvdb's advice, and created my own:
http://daniel-hug.github.io/characters/
Be patient, as it takes a few seconds to generate an element for each of the 65536 characters that have a JavaScript keycode.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With