New Feature - Enable Function Keys for use with Jump to Desktop#193
Open
flmbray wants to merge 3 commits intodankrusi:mainfrom
Open
New Feature - Enable Function Keys for use with Jump to Desktop#193flmbray wants to merge 3 commits intodankrusi:mainfrom
flmbray wants to merge 3 commits intodankrusi:mainfrom
Conversation
added 2 commits
October 10, 2025 18:03
…trols when Jump to Desktop is disabled, remove unnecessary defaults
Author
|
Here's the new dialog, showing the Function Keys (F1 - F9) enabled, and the default keyboard and numpad digits disabled. (Note that I use Ctrl+Alt+Win as my hotkey modifiers, so that option is currently not auto-selecting any of the modifiers. See my PR #192 for other changes that address this issue.) If the user has the Jump to Desktop option enabled, but no keyboard options are selected, then they will see a "REQUIRED" feedback next to the keys as shown below. If the user closes the dialog in this status, it will simply not register any of the Jump to Desktop hotkeys, as if the option was disabled. |
|
That looks great. Thank your for you fast response. Is there a timeline when this will be available in the downloadable msi or exe? |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Adds ability to control which keys (Keyboard Digits, Numpad Digits, and now Function Keys) are bound when registering the Jump-to-Desktop hotkeys. Prior defaults (Keyboard Digits + Numpad Digits) are maintained. User can control the setting via the Settings dialog.
Addresses the user request #190