ayrton / react-key-handler

React component to handle keyboard events :key:
http://ayrton.be/react-key-handler
387 stars 29 forks source link

Add support for key names #5

Closed ayrton closed 8 years ago

ayrton commented 8 years ago

I want to be able to pass either a key code or a key name (e.g. 's') to the component and decorators.

Also fixes #3