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

linux_wayland: fix bug where shift+i, release shift, release i sends repeated I events #515

Merged
merged 1 commit into from
Jan 16, 2025

Conversation

narodnik
Copy link
Contributor

because the key -> keysym translation applies modifiers which confuses the repeated_keys hashset. Instead we should use the raw key itself, and apply the modifiers when forwarding them to the API.

…sending repeated i because the key -> keysym translation applies modifiers which confuses the repeated_keys hashset. Instead we should use the raw key itself, and apply the modifiers when forwarding them to the API.
@not-fl3 not-fl3 merged commit 2f716f5 into not-fl3:master Jan 16, 2025
10 checks passed
@not-fl3
Copy link
Owner

not-fl3 commented Jan 16, 2025

Thanks for PR!

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.

2 participants