Links
- Javascript Key Event Tester
monitorEvents($("#msg"), "key");
– (chrome console only)- See all keyboard events on that element such as keydown, keyup, keypress, textinput, etc.
- Ref: monitorEvents(object[, events])
- JavaScript Madness: Keyboard Events
- quirksmode.org: Detecting keystrokes (old)
- Keyboard and Mouse buttons events
- quirksmode: Detecting keystrokes (old but of some use)
- Mousetrap |
github
- Library for keyboard shortcuts (including sequences.)