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] Alias for combinations #224

Open
AlgusDark opened this issue May 10, 2024 · 1 comment
Open

[Feature] Alias for combinations #224

AlgusDark opened this issue May 10, 2024 · 1 comment
Labels

Comments

@AlgusDark
Copy link

Hi, thanks for this awesome project, I just discovered and I'm feeling that it's super great at this stage and I'm excited for it's future. There is this feature I would like to know if it's possible.

I have a hyper key (ctrl+alt+shift+cmd) that I would like to define so I can do hyper-c instead of defining the all 4 modifiers in every definition of a combo.

Thanks!

@nikitabobko
Copy link
Owner

nikitabobko commented May 15, 2024

Hi,

the issue is reasonable, but it's a minor priority for me. External contributions are welcome.

The currently existing key-notation-to-key-code syntax in the config can be reused:

[key-mapping.key-notation-to-key-code]
hyper = 'ctrl-alt-shift-cmd'

[mode.main.binding]
hyper-c = 'workspace c'

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

No branches or pull requests

2 participants