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

Combination of Cmd/Ctrl/... with other keys? #91

Open
edasque opened this issue Jan 25, 2018 · 3 comments
Open

Combination of Cmd/Ctrl/... with other keys? #91

edasque opened this issue Jan 25, 2018 · 3 comments

Comments

@edasque
Copy link

edasque commented Jan 25, 2018

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

@ColinTheRobot
Copy link

ditto

@hauntedhost
Copy link

same

@dmgm
Copy link

dmgm commented Apr 30, 2018

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

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

4 participants