jKey
jKey copied to clipboard
Key shortcuts made simple
Hi there, I'd just wanted to point out that there's no explanation on how to unbind a jKey event, although I found it easily looking at your code, it may...
Can you add support for key chaining? For example to fire when user presses up,up,alt+shift+m ...or something more complicated like the konami code.
``` $(window).jkey('shift+?',function(){ console.log('key pressed'); }); ``` Does not work in Firefox 3.6.13 / Mac OS X with a german keyboard. The keyUp-Code that jquery receives when I press the ?-Button...