Open jclsn opened 8 months ago
I am trying to set a combination of
keys: ["KEY_LEFTMETA", "KEY_SHIFT", "KEY_LEFT"];
but it emits
keys: ["KEY_LEFTMETA", "KEY_LEFT"];
@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
I am trying to set a combination of
but it emits