パッケージの詳細

w3c-keycode

marijnh8MIT1.0.0

Map KeyEvent.keyCode to KeyEvent.code-style strings

browser, key, event, key code

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.