1.0.0 • Published 8 years ago

w3c-keycode v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

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.