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

🐛 Fix matching submatches when cmd held down #6

Merged
merged 1 commit into from
Jul 25, 2021

Conversation

pauloslund
Copy link

@pauloslund pauloslund commented Jul 23, 2021

Currently, holding down the command key short-circuits the allowCombinationSubmatches configuration due to the command key hiding keyup events. You can find more information about the reasoning here.

This fix maintains that behaviour, however it only applies when the key map being compared against includes the command key.

Fixes greena13#296
Fixes greena13#234

@ibash ibash merged commit 8e15092 into ibash:master Jul 25, 2021
@ibash
Copy link
Owner

ibash commented Jul 25, 2021

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants