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

Prevent stuck keys (by sending keyup on blur) #137

Merged

Conversation

JanCVanB
Copy link
Collaborator

This fixes a bug where, if the user defocused Xpra shortly after pressing a key (sending a keydown), that key could get stuck (the matching keyup would never be sent).

This fixes a bug where, if the user defocused Xpra shortly after pressing a key (sending a keydown), that key could get stuck (the matching keyup would never be sent).
@danisla danisla force-pushed the to_upstream/prevent_stuck_keys branch from ae7a647 to 4176697 Compare December 30, 2021 18:37
@totaam totaam marked this pull request as ready for review December 31, 2021 14:28
@totaam totaam merged commit 2568b64 into Xpra-org:master Dec 31, 2021
@JanCVanB JanCVanB deleted the to_upstream/prevent_stuck_keys branch January 3, 2022 19:44
JanCVanB pushed a commit to selkies-project/xpra-html5 that referenced this pull request Jan 3, 2022
…ent_stuck_keys

Prevent stuck keys (by sending keyup on blur)
JanCVanB pushed a commit to selkies-project/xpra-html5 that referenced this pull request Jan 3, 2022
…ent_stuck_keys

Prevent stuck keys (by sending keyup on blur)
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.

3 participants