The latest Version is 0.7.8
jQuery.Hotkeys plugin lets you easily add and remove handlers for keyboard events anywhere in your code supporting almost any key combination. It takes one line of code to bind/unbind a hot key combination.
Example:
Binding 'Ctrl+c'
$(document).bind('keydown', 'Ctrl+c', fn);Unbinding 'Ctrl+c'
$(document).unbind('keydown', 'Ctrl+c', fn);
没有评论:
发表评论