Skip to content

Instantly share code, notes, and snippets.

@Peelz
Last active May 22, 2023 03:49
Show Gist options
  • Save Peelz/c475be6baf45053821bb4eddaf68d67a to your computer and use it in GitHub Desktop.
Save Peelz/c475be6baf45053821bb4eddaf68d67a to your computer and use it in GitHub Desktop.
Solaar rules
%YAML 1.3
---
- Rule:
- MouseGesture: Mouse Right
- KeyPress:
- [Super_L, Control_L, Up]
- click
- Rule:
- MouseGesture: Mouse Left
- KeyPress:
- [Super_L, Control_L, Down]
- click
- Rule:
- MouseGesture: Mouse Up
- KeyPress:
- [Super_L, Control_L, Down]
- click
- Rule:
- MouseGesture: Mouse Down
- KeyPress:
- [Super_L, Control_L, Up]
- click
- Rule:
- Feature: MOUSE GESTURE
- KeyPress:
- Super_L
- click
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment