We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
What OS & browser (precise version, see about: URL at least)? Did you try with a Jquery 2?
about:
Sorry, something went wrong.
i can confirm this. its triggering on both, CTRL and S
Anyone manage to find a solution to this one?
No branches or pull requests
By pressing Ctrl key, the following function executes:
it should work by pressing Ctrl+S at same time, but it's working by pressing Ctrl key only. any clue?
The text was updated successfully, but these errors were encountered: