Awesome
This repository is a mirror of the component module yields/keycode. It has been modified to work with NPM+Browserify. You can install it using the command npm install npmcomponent/yields-keycode
. Please do not open issues or send pull requests against this repo. If you have issues with this repo, report it to npmcomponent.
keycode
keycode map.
Installation
$ component install yields/keycode
Example
var code = require('keycode');
code('enter');
// > 13
License
MIT