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 the press order when cancelling Combos #64

Merged
merged 1 commit into from
Dec 24, 2024
Merged

Fix the press order when cancelling Combos #64

merged 1 commit into from
Dec 24, 2024

Conversation

sago35
Copy link
Owner

@sago35 sago35 commented Dec 24, 2024

For example, with the following configuration, if A is pressed and then Z is pressed within 48ms, the expected behavior is to cancel the Combo and register the keys in the order A → Z. However, due to an implementation error, the keys were being registered in the order Z → A. This PR fixes this issue.

image

@sago35 sago35 merged commit 64eaa97 into main Dec 24, 2024
1 check passed
@sago35 sago35 deleted the fix-order branch December 24, 2024 11:24
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

Successfully merging this pull request may close these issues.

1 participant