-
Notifications
You must be signed in to change notification settings - Fork 25
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
[BUG] MAC OS X command + c
broke all
#6
Comments
After pressing only |
What browser/version are you using? |
Chrome 52.0.2743.116 (64-bit) |
I just commandeered my wife's Mac and can confirm this behavior. It appears to be a bug in Mac OS X itself since it is exhibited in Chrome, Firefox, and Safari. Essentially, the browser does not fire the I'll see if I can implement a workaround that resets the state of all keys held during a command+ keystroke on Macs (to prevent the hold event from misfiring) but I can't work around the fact that on Macs you'll never get that Interestingly, this bug doesn't appear to effect the other modifier keys. So |
Ok |
… keyup events if the command key was held during a combo. This should resolve issue #6 keymaps.js: Moved the MACOS constant to constants.js feedback.js: Moved AllModifiers to constants.js
I just pushed a commit that should fix this issue. Can you pull the latest code and confirm/deny? |
Yep, 1.1.13 fix this |
But
Is still here |
OK I've finally got around to trying to test this on a Mac and I cannot reproduce it. Is this still happening? Here's what I've been using to test:
Then I check HI.state to see if there's anything in the I tested in Chrome and Safari on a Mac (no idea what version it was--only had it for a few minutes). What browser were you using? |
command + c
HumanInput thinks that I holdc
c
holdedThe text was updated successfully, but these errors were encountered: