Wednesday, May 9, 2012

KeyboardJS - Add Keyboard Shortcut Support to Your Websites

KeyboardJS is a javascript library for binding keys or key combos. If you are building a website or web application that require keyboard shortcut, this script can save you heaps of times.


KeyboardJS will allow you to bind to any key the browser can detect. It allows for setting up complex key combos or even single key binds with ease. It is aware of combo overlap and will not fire simpler combos or single key bindings when they share key with larger combos. Basically if you want to use the keyboard, this will let you do it without restrictions.


Details







Features



  • No dependencies, standalone javascript

  • Binding to keys or key combos

  • Callback events

  • Language Support

  • full support for AMD module loaders such as RequireJS

  • Documentation.


Screenshots



No comments:

Post a Comment

Note: Only a member of this blog may post a comment.