Capture Keyboard Input with Keypress JS Library
Posted · Category: License Free, Tools
Keypress is a robust Javascript library for capturing keyboard input. It’s an input capture library with some very special features, it is easy to pick up and use, has a reasonable footprint (~9kb), and has no dependencies.
Some keys have unreliable support and should mostly be avoided. Print, Scroll Lock, Pause/Break, and Insert have unreliable keyup or keydown firing in Windows or OS X, so I suggest avoiding them, although Keypress does still allow them.
Requirements: JavaScript Framework
Demo: http://dmauro.github.io/Keypress/
License: License Free
0 Comments