-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Hotkey Support #42
Labels
Milestone
Comments
Merged
The use of system-wide hotkeys will not work as it blocks the key from being used in other applications. |
Stateford
added
wontfix
This will not be worked on
and removed
Hacktoberfest
Hacktoberfest
bug
Something isn't working
labels
Nov 7, 2018
Stateford
added
good first issue
Good for newcomers
and removed
wontfix
This will not be worked on
labels
Aug 15, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Allow the use of hotkeys. There should be an area in the settings to allow the user to set hotkeys for various actions. Config will need to be updated to store hotkeys.
Possible actions include:
https://docs.microsoft.com/en-us/windows/desktop/menurc/using-keyboard-accelerators#creating-a-run-time-accelerator-table
https://docs.microsoft.com/en-us/windows/desktop/api/winuser/nf-winuser-registerhotkey
Tasks:
The text was updated successfully, but these errors were encountered: