KeyboardJS, a standalone JavaScript library, handles the keyboard part and helps us to understand any key strokes and turn them into actions. Library enabling users to interact with web pages/apps with as many ways as possible is a huge step forward in usability.

KeyboardJS

The library has support for both single + combo strokes and can work with keyboards of any locale.

It has callbacks for both the “press” and “release” events so that we can trigger functions whenever preferred.

Compatibility: All Major Browsers
Website: http://robertwhurst.github.com/KeyboardJS/
Download: https://github.com/RobertWHurst/KeyboardJS

0 Shares:
Leave a Reply

Your email address will not be published. Required fields are marked *

three + seventeen =

This site uses Akismet to reduce spam. Learn how your comment data is processed.

You May Also Like

QUOjs – Micro JavaScript Library

QuoJS is a micro, modular, Object-Oriented and concise JavaScript Library that simplifies HTML document traversing, event handling, and Ajax interactions for rapid mobile web development. It allows you to write powerful, flexible and cross-browser code with its elegant, well documented, and micro coherent API.