Skip to content

Instantly share code, notes, and snippets.

@angelcosta
Created June 19, 2024 17:58
Show Gist options
  • Save angelcosta/893544861e6a92c12ddff0248c63d24e to your computer and use it in GitHub Desktop.
Save angelcosta/893544861e6a92c12ddff0248c63d24e to your computer and use it in GitHub Desktop.
Logitech MX Master 3S - Solaar
%YAML 1.3
---
- Key: [Mouse Gesture Button, pressed]
- KeyPress: XF86_AudioPlay
...
---
- Rule:
- Key: [Forward Button, pressed]
- KeyPress: XF86_AudioPrev
- Rule:
- Key: [Back Button, pressed]
- KeyPress: XF86_AudioNext
...
---
- Rule:
- Test: thumb_wheel_up
- KeyPress: XF86_AudioRaiseVolume
- Rule:
- Test: thumb_wheel_down
- KeyPress: XF86_AudioLowerVolume
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment