Keyboard Shortcuts With JavaScript – Mousetrap
11
Jul
// php the_time('Y') ?>
Mousetrap is a JavaScript library for creating and managing keyboard shortcuts.
The library is standalone, has a very small footprint (1.6kb minified/gzipped) and works with all major browsers, even in IE6.
It works with single, multiple (combination) or with a sequence of keys. Also, we can listen to keypress, keydown or keyup events and decide to trigger any functions accordingly.
Requirements: No Requirements
Website: http://craig.is/killing/mice
Download: https://github.com/ccampbell/mousetrap
Website: http://craig.is/killing/mice
Download: https://github.com/ccampbell/mousetrap
- Tags:
Keyboard Shortcut
- Filed under: Extras, Other License, Other Scripts/Apps.
- 1 Comment












One Response for "Keyboard Shortcuts With JavaScript – Mousetrap"
This has the same problem like almost all of those librarys: They do not respect Browser Shortcuts.
It’s even in the examples: try clicking ctrl+shift+k in firefox… It open the Firefox Webconsole, instead of whatever the develpoper intended…