-
-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
linux_wayland: fix bug where shift+i, release shift, release i keeps …
…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.
- Loading branch information
Showing
1 changed file
with
15 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters