jKey icon indicating copy to clipboard operation
jKey copied to clipboard

Key shortcuts made simple

Results 13 jKey issues
Sort by recently updated
recently updated
newest added

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.

Feature

``` $(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...

Bug
Feature