-
Notifications
You must be signed in to change notification settings - Fork 99
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
Support Command key on OS X #2
Comments
Hi, statico. I will look into this, as you and others have suggested that I add support for certain keys that I didn't initially consider (because of compatibility or unwanted behaviour such as defaults that couldn't be prevented). Thanks for your feedback! |
You can detect meta keys in some browsers but there are some limitations.
On my Mac, Firefox detects the key code as |
Something like this: 55ac07b |
Hey, Nacho! Supporting the Thanks for your input! |
I've also made a fork that uses cmd for firefox, then lcmd and rcmd for safari/chrome. |
Kibo needs support of the
meta
modifier so I can avoid trapping useful keystrokes such as Command-R (reload the page).Thanks for a useful library!
The text was updated successfully, but these errors were encountered: