SyntaxFix
Write A Post
Hire A Developer
Questions
What about jQuery Hotkeys?
jQuery Hotkeys lets you watch for keyboard events anywhere in your code supporting almost any key combination.
To bind Ctrl+c to a function (f), for example:
f
$(document).bind('keydown', 'ctrl+c', f);