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
Is it possible to set a key to say Cmd+Space? I can't seem to find a way to do so, it only ever takes one key as an input, not combinations
The text was updated successfully, but these errors were encountered:
ditto
Sorry, something went wrong.
same
Yes, it is possible. You need to look at the KLL spec and then add your code into the KLL custom box at the bottom of each layer in the configurator.
It will look something like;
U"LGUI" + U"SPACE" : U"ESC" ;
I'm not looking at the spec so the Keynames quoted above may not be right. ie is LGUI correct? The code above says cmd + space results in escape
You can find the spec at https://github.com/kiibohd/kll-spec
No branches or pull requests
Is it possible to set a key to say Cmd+Space? I can't seem to find a way to do so, it only ever takes one key as an input, not combinations
The text was updated successfully, but these errors were encountered: