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

[Feature] Display GKey Mapping (on profile change) #65

Open
suabo opened this issue Oct 31, 2022 · 0 comments
Open

[Feature] Display GKey Mapping (on profile change) #65

suabo opened this issue Oct 31, 2022 · 0 comments

Comments

@suabo
Copy link
Collaborator

suabo commented Oct 31, 2022

Since it is hart to remember 9 key bindings or even 28 if you use all four profiles it would be nice to have the possibility to show the mapping loaded from config. Therefore the config need to get a new field inside of gkeys with a description. The field can be optional to make old config files compatible.

...
"notification_type": "<notify|gkeys>",
...
"g<no_of_gkey>": {
    "hotkey_type": <type of command "nothing" or "typeout" or "shortcut" or "run">,
    "do": "<thing to do>",
    "description": "<description>" (optional)
}

I'll make an option inside the config to show the mapping instead of a notification on profile change.
It would also great to allow binding this method to an gkey. I think it should be possible with the use of the python feature without the need of an extra hotkey_type.

I think it is done quick.

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

No branches or pull requests

1 participant