Javascript jQuery Hotkeys Plugin
Cross Browser Module (Works with Safari, Opera, Firefox, Chrome and IE)
The latest Version is 0.7.8
Example:
$(document).bind('keydown', 'ctrl+c', fn);$(document).unbind('keydown', 'ctrl+c', fn);Known Issues
- KeyPress is not working well owe to the fact that keycodes varies between key[down|up] and key press (lower and upper case). see example at Test #6. This should be solved in the next version
More info
via code.google.com
No comments:
Post a Comment