PixlOne / logiops

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

Added MX Anywhere 3S to supported devices #478

Open antipovandr opened 1 month ago

antipovandr commented 1 month ago

Connected via bluetooth. On Kubuntu 24.04.1. My config for example devices: ( { name: "MX Anywhere 3S"; smartshift: { on: true; threshold: 20; }; hiresscroll: { hires: false; invert: false; target: false; }; dpi: 1500; buttons: ( { cid: 0xc4; action = { type: "Gestures"; gestures: ( { direction: "Up"; mode: "OnRelease"; action = { type: "Keypress"; keys: ["KEY_VOLUMEUP"]; }; }, { direction: "Down"; mode: "OnRelease"; action = { type: "Keypress"; keys: ["KEY_VOLUMEDOWN"]; }; }, { direction: "Left"; mode: "OnInterval"; interval: 50; action = { type: "Keypress"; keys: ["KEY_VOLUMEDOWN"]; }; }, { direction: "Right"; mode: "OnInterval"; interval: 50; action = { type: "Keypress"; keys: ["KEY_VOLUMEUP"]; } }, { direction: "None"; mode: "OnRelease"; action = { type: "Keypress"; keys: ["KEY_PLAYPAUSE"]; } } ); }; }, { cid: 0x53; action = { type: "Keypress"; keys: ["KEY_LEFTCTRL", "KEY_W"]; }; }, { cid: 0x56; action = { type: "Keypress"; keys: ["KEY_LEFTALT", "KEY_F4"]; }; }); });