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
Single-modifier activation fails after hitting ⌘⇥ #1713
Comments
Confirmed. I'll look into it. Just to confirm: this is a v1.2.0 'critical' bug, and the pull should be against release? |
Seems like a bug in OS X :) The event for the first key down (of ⌘) is sent, but never for any of the key ups, so basically QS doesn't know a key up has been made and that messes it up. Report it to Apple? :) |
We could also request key up events from the OS X system and then we should be able to detect this, but that'd mean we'd have to monitor every single key up event :/ |
Maybe it's a design feature. See the last paragraph of this (search for |
I’ve just been rebasing As for how serious this problem is, I don’t know. All things considered, modifier-only is still more reliable than it used to be, right? I never used it until I started testing your change. I have to admit I’m pretty addicted to just tapping Caps Lock (which is another ⌃ key for me) to call up QS. Since using that, this bug has been a very minor annoyance that I barely notice. Most times, I assumed I hadn’t hit the key hard enough. Now I guess I know better and maybe it’l be more annoying, but is it worth ripping out the changes? As for a possible fix, you’ve looked much harder at this than I have, but here are a couple of ideas:
Unrelated to key events: Do we need both |
The text was updated successfully, but these errors were encountered: