PixlOne / logiops

An unofficial userspace driver for HID++ Logitech devices
GNU General Public License v3.0
3.36k stars 266 forks source link

Use three-key combinations? #443

Open jclsn opened 7 months ago

jclsn commented 7 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"];
Rahul-R5 commented 6 months ago

@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