-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FEAT(client, unix): Make shortcuts disablable
Previously the shortcut engine on Unix could not be disabled. Therefore, the bEnableShortcut setting effectively had no effect on these systems, making the change of its default value on Wayland (in order to prevent CPU intensive polling) as done in 13c7ff5 pointless. This commit extends the engine's implementation such that it is now able to disable shortcuts. This will automatically expose the enable shortcut setting in the settings page. Thus, users can now explicitly re-enabled the shortcut engine on Wayland systems.
- Loading branch information
Showing
3 changed files
with
81 additions
and
17 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
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
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