-
Notifications
You must be signed in to change notification settings - Fork 1
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
Hotstuff breaks on command + shift + something #8
Comments
Sorry it's actually not always reproducible on my end as well. One case that it is reproducible for me
This is every single time. But it's a setup with a Firebase backend, so I'm not sure what's the real cause. |
After much testing I found more cases that break the Hotstuff listener:
→ I tried all other commands with
|
I'm starting to get the feeling that this might be because macOS does not register keyup events for key modifiers? |
This is my biggest hurdle with the library.
When I do eg.
meta+up
(command+up on mac) it listens once, and also on more strokes of the up-key, but once I let go the command key, hotstuff stops listening completely to anything.I wasn't able to reproduce this on Codepen, so let me know if you want me to show in my app on my screen.
The text was updated successfully, but these errors were encountered: