Skip to content

🐞 Fix rapid keypress mismatch#1012

Merged
mrkai77 merged 1 commit into
mrkai77:developfrom
zenangst:fix/rapid-key-press-mismatch
Jan 21, 2026
Merged

🐞 Fix rapid keypress mismatch#1012
mrkai77 merged 1 commit into
mrkai77:developfrom
zenangst:fix/rapid-key-press-mismatch

Conversation

@zenangst

Copy link
Copy Markdown
Contributor

Use CGEvent.keyCode as a fallback if the actionKeys fail to match any WindowAction.

Fixes an issue where the user invokes keyboard shortcuts in rapid succession, and if they are fast enough, the list of action keys can include multiple values.

Use `CGEvent.keyCode` as a fallback if the `actionKeys` fail to match any `WindowAction`.

Fixes an issue where the user invokes keyboard shortcuts in rapid succession, and if they are fast enough, the list of action keys can include multiple values.
@zenangst zenangst changed the title Fix rapid keypress mismatch 🐞Fix rapid keypress mismatch Jan 21, 2026
@zenangst zenangst changed the title 🐞Fix rapid keypress mismatch 🐞 Fix rapid keypress mismatch Jan 21, 2026

@mrkai77 mrkai77 left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works great, thank you!

@mrkai77 mrkai77 added the Bug label Jan 21, 2026
@mrkai77 mrkai77 merged commit e0b851c into mrkai77:develop Jan 21, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants