Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working with jQuery 1.11.x #52

Open
blacksmoke26 opened this issue Oct 10, 2015 · 3 comments
Open

Not working with jQuery 1.11.x #52

blacksmoke26 opened this issue Oct 10, 2015 · 3 comments

Comments

@blacksmoke26
Copy link

By pressing Ctrl key, the following function executes:

$(document).on('keydown', null, 'Ctrl+s', function(){
    console.log('Ctrl+S');
    return false;
});

it should work by pressing Ctrl+S at same time, but it's working by pressing Ctrl key only. any clue?

@bstarynk
Copy link

What OS & browser (precise version, see about: URL at least)? Did you try with a Jquery 2?

@krtschmr
Copy link

krtschmr commented Sep 6, 2016

i can confirm this. its triggering on both, CTRL and S

@rsuk
Copy link

rsuk commented Aug 14, 2017

Anyone manage to find a solution to this one?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants