PixlOne / logiops

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

Horizontal Scroll / Mouse Wheel Left-Right Tilt Buttons #440

Open izlence opened 6 months ago

izlence commented 6 months ago

Hi,

I spend a great deal of time to find which key name or code to use to be able to send Mouse Wheel Left and Right Tilt buttons. But unfortunately I couldn't achieve it.

Any idea which key name or value to use to imitate / trigger Left-Right wheel tilt button in an action for a gesture?

Thanks.

{ direction: "Left"; mode: "OnRelease"; action = { type: "Keypress"; keys: ["BTN_6"]; }; }