-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Flush commands when changing hotkeys on X11 (#840)
Apparently not every X11 connection flushes the commands automatically. However, it's really important for the hotkey changes to take effect immediately. We don't do anything else on the X11 connection, so the changes would be pending until the next hotkey changes or possibly even later. This additionally cleans up the implementation to not ungrab all keys every time a hotkey change happens. This should not affect the bug, but it did not seem like the right thing to do in general.
- Loading branch information
Showing
1 changed file
with
74 additions
and
47 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