logiops icon indicating copy to clipboard operation
logiops copied to clipboard

Added MX Anywhere 3S to supported devices

Open antipovandr opened this issue 1 year ago • 1 comments

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"]; }; }); });

antipovandr avatar Oct 22 '24 20:10 antipovandr

I have MX Anywhere 3S connected via Bluetooth too, can confirm it works on Arch Linux with the aforementioned config 👍

Veetrill avatar Mar 10 '25 10:03 Veetrill