Skip to content
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

Open
4 tasks
Stateford opened this issue Sep 20, 2018 · 2 comments
Open
4 tasks

Hotkey Support #42

Stateford opened this issue Sep 20, 2018 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@Stateford
Copy link
Owner

Stateford commented Sep 20, 2018

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.

struct SETTINGS {
   int version++;
    ....
   int hotKeyNum;
   HOTKEY hotkeys[hotKeyNum];
}

Possible actions include:

  • Start / Stop
  • Pause / Resume

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:

  • Write Tests
  • Create Hotkey Listener
  • Update Settings UI
  • Update Config
@Stateford Stateford mentioned this issue Sep 20, 2018
5 tasks
@Stateford Stateford added the enhancement New feature or request label Sep 20, 2018
@Stateford Stateford mentioned this issue Oct 4, 2018
@Stateford Stateford added this to the Hotkey milestone Oct 7, 2018
@Stateford Stateford reopened this Oct 9, 2018
@Stateford
Copy link
Owner Author

The use of system-wide hotkeys will not work as it blocks the key from being used in other applications.
Need a new approach

@Stateford Stateford added wontfix This will not be worked on and removed Hacktoberfest Hacktoberfest bug Something isn't working labels Nov 7, 2018
@Stateford Stateford reopened this Aug 15, 2019
@Stateford 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
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant