Capture keyboard inputs with Keypress
Keypress is a javascript library which takes input from keyboard and easily manipulate it. It is very useful keyboard javascript library to command keyboard inputs, for example if you want to call cut function on pressing ‘x’ you can easily do this by assigning cut function to keyboard character ‘x’.
Even you can manipulate combination of keyboard inputs i.e. ctrl+s to save a doc etc.
Keypress is a free open source javascript library and you can download its latest version from github repository or can fork it’s directly for development purpose.
[button color=”red” size=”small” link=”http://dmauro.github.io/Keypress/” target=”blank” ]Demo/Download[/button]