-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggestion. Could we have a keyCode map? #168
Labels
Comments
You can steal this as a starting point: https://github.com/smclab/react-faceted-token-input/blob/master/src/key-codes.js Of course you'd also need the reversed map ( |
Cool, @yuchi! Thank you! :) |
You can access them as a single object with |
I began to implement. |
fernandosouza
pushed a commit
to fernandosouza/metal.js
that referenced
this issue
Nov 17, 2016
fernandosouza
pushed a commit
to fernandosouza/metal.js
that referenced
this issue
Nov 18, 2016
Just FYI, Fernando added this as a separate module called metal-key. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In order to work easily with keyboard events, it will be nice to have a keyCode map like http://yuilibrary.com/yui/docs/event/key.html
The text was updated successfully, but these errors were encountered: