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

Add support for key('ctrl', ...) etc. #103

Open
zealotrunner opened this issue Oct 15, 2013 · 2 comments
Open

Add support for key('ctrl', ...) etc. #103

zealotrunner opened this issue Oct 15, 2013 · 2 comments

Comments

@zealotrunner
Copy link

key('ctrl',function(){}) not work, the same as alt, shift, command...
Is it by design?

It will be very useful in some cases.

@Daiz
Copy link

Daiz commented Sep 23, 2014

I also ran into this issue while trying to bind something to a shift press (key('shift, pageup' function(){})) and wondering why it didn't work until I hit 's' and the function suddenly fired.

@ansonkao
Copy link

ansonkao commented Oct 4, 2014

Hi guys, I ran into the same problem and made a pull request visible over at Issue #136, take a look!

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

3 participants