We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want use Win combine in key-bindings.yaml, but it's not work like below:
Win
windows_compatible_mode_switch: __append: - { when: always, accept: Control+Win+space, toggle: ascii_mode }
What's the key name for Win? thanks!
The text was updated successfully, but these errors were encountered:
Don't modify this file. Modify your own x.schema.yaml or patch the item in x.custom.yaml.
The modifier is Super, but it is probably unsupported by Weasel.
Super
Sorry, something went wrong.
Got it. Can support the windows key binding? That's a whole one additional key space for users, and can be compared with Mac's Meta key.
It's used by the operating system.
No branches or pull requests
I want use
Win
combine in key-bindings.yaml, but it's not work like below:What's the key name for
Win
? thanks!The text was updated successfully, but these errors were encountered: