devices: ( { name: "Wireless Mouse MX Master 3"; smartshift: { on: true; threshold: 35; }; hiresscroll: { hires: true; invert: false; target: false; }; dpi: 1200; thumbwheel: { divert: false; }; buttons: ( { cid: 0xc3; action = { type: "Gestures"; gestures: ( { direction: "Up"; mode: "OnRelease"; action = { type: "Keypress"; keys: ["KEY_LEFTCTRL", "KEY_LEFTALT", "KEY_T"]; }; }, { direction: "Down"; mode: "OnRelease"; action = { type: "Keypress"; keys: ["KEY_PLAYPAUSE"] }; }, { direction: "Left"; mode: "OnRelease"; action = { type: "Keypress"; keys: ["KEY_LEFTMETA", "KEY_LEFTSHIFT", "KEY_EQUAL"] }; }, { direction: "Right"; mode: "OnRelease"; action = { type: "Keypress"; keys: ["KEY_LEFTMETA", "KEY_EQUAL"] } }, { direction: "None" mode: "NoPress" } ); }; }, { cid: 0xc4; action = { type: "Gestures"; gestures: ( { direction: "Up"; mode: "OnRelease"; action = { type: "Keypress"; keys: ["KEY_LEFTMETA", "KEY_Y"] }; }, { direction: "Down"; mode: "OnRelease"; action = { type: "Keypress"; keys: ["KEY_LEFTMETA", "KEY_T"] }; }, { direction: "Left"; mode: "OnRelease"; action = { type: "Keypress"; keys: ["KEY_LEFTMETA", "KEY_LEFTALT", "KEY_LEFTSHIFT", "KEY_H"] }; }, { direction: "Right"; mode: "OnRelease"; action = { type: "Keypress"; keys: ["KEY_LEFTMETA", "KEY_LEFTALT", "KEY_LEFTSHIFT", "KEY_L"] } }, { direction: "None" mode: "OnRelease" action = { type: "ToggleSmartshift"; }; } ); }; }, { cid: 0x53; action = { type: "Keypress"; keys: ["KEY_LEFTMETA"] }; }, { cid: 0x56; action = { type: "Keypress"; keys: ["KEY_LEFTCTRL"] }; } ); } );