Quickly find a JS keyCode with these two tools:
- Mini (33b): http://xem.github.io/miniKeyCode/mini.html
=> type in the input. It outputs a keyCode on keyup event
- Complete (81b): http://xem.github.io/miniKeyCode/complete.html
=> type anywhere. It outputs a keyCode on keydown, keypress and keyup events