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

Sensitivity issue with compound-prefix super keys #11

Closed
creasty opened this issue Jan 26, 2019 · 0 comments
Closed

Sensitivity issue with compound-prefix super keys #11

creasty opened this issue Jan 26, 2019 · 0 comments

Comments

@creasty
Copy link
Owner

creasty commented Jan 26, 2019

Why

S+D+H is handled as prefix: S, keys: {D, H}. Therefore, the order of key events should be either S>D>H or S>H>D. Other inputs like D>S>H will not activate the super key.

Since S and D adjacent to each other in a qwerty layout and are usually typed in with the same side of hands, it’s slightly difficult to hit these keys in a correct order.

What

Register both S and D as a prefix and accept D+S+ as well as S+D+

@creasty creasty closed this as completed Jun 2, 2020
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

1 participant