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

Adding hotkeys to Bazecor #337

Open
wants to merge 2 commits into
base: development
Choose a base branch
from
Open

Adding hotkeys to Bazecor #337

wants to merge 2 commits into from

Conversation

AlexDygma
Copy link
Member

@AlexDygma AlexDygma commented Apr 27, 2022

Development of hotkeys feature for the different Bazecor editors.

The objective is to support a keymap that allows to create your own shortcut action for each key and editor in Bazecor.

Tasks:

  • Activation toggle in preferences to handle enable/disable the Hotkeys
  • Event key down handler in the Layout editor
    • Enable support for sub-event listeners in other modules
    • Manage event listener activation on layer panel (that already uses keyboard shortcuts like enter, ESC and space)
    • Design and implement a parser for each mapped key in the Hotkeys.json file with each action
  • Keydown event handler in Macros editor
  • Keydown event handler in Superkeys editor

Signed-off-by: AlexDygma [email protected]

@AlexDygma AlexDygma added this to the Beta 15 milestone Apr 27, 2022
@AlexDygma AlexDygma self-assigned this Apr 27, 2022
@AlexDygma
Copy link
Member Author

I added the needed framework to enable Bazecor to work with hotkeys in the layout editor.

@AlexDygma AlexDygma removed their assignment May 2, 2022
@AlexDygma AlexDygma removed this from the Beta 15 milestone May 24, 2023
@bitfabrikken
Copy link

Was this scrapped or is it still coming? Would be a very nice feature to have.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When I'm programming my keyboard, I don't want to move my mouse so much
2 participants