w3c-keycode
v1.0.0
Published
Map KeyEvent.keyCode to KeyEvent.code-style strings
Readme
W3C keycode
Tiny library that exports an object that maps numeric browser key
codes to
KeyEvent.code
strings. The full list of such codes (of which this library only
supports a subset) is defined in
this document.
License: MIT
Does not try to target ancient browsers, and leaves out obscure keys.
Intended to use as a reasonable fallback for browsers that don't have
native support for KeyEvent.code.
