Replies: 1 comment
-
up for this one, as KeyboardEvent.code has been deprecrated for some time now, and it's definitely time to add support for keyCode |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is supported since Firefox 32, and appears to be on-track for Chrome 41 according to: https://www.chromestatus.com/features/5228092293382144 and https://code.google.com/p/chromium/issues/detail?id=227231
Here's the description for the
code
property: https://dvcs.w3.org/hg/dom3events/raw-file/tip/html/DOM3-Events.html#keys-codevaluesAnd here's the list of values: http://www.w3.org/TR/DOM-Level-3-Events-code/#code-value-tables
Beta Was this translation helpful? Give feedback.
All reactions