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

Use three-key combinations? #443

Open
jclsn opened this issue Mar 8, 2024 · 1 comment
Open

Use three-key combinations? #443

jclsn opened this issue Mar 8, 2024 · 1 comment

Comments

@jclsn
Copy link

jclsn commented Mar 8, 2024

I am trying to set a combination of

keys: ["KEY_LEFTMETA", "KEY_SHIFT", "KEY_LEFT"];

but it emits

keys: ["KEY_LEFTMETA",  "KEY_LEFT"];
@jclsn jclsn changed the title Use thee key combinations? Use three-key combinations? Mar 8, 2024
@Rahul-R5
Copy link

@jclsn Three key combinations work for me, I use it to change workspaces in gnome. The correct input code for "Shift" is "KEY_LEFTSHIFT". You can refer the list of input codes here

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

2 participants