Last active
May 22, 2023 03:49
-
-
Save Peelz/c475be6baf45053821bb4eddaf68d67a to your computer and use it in GitHub Desktop.
Solaar rules
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%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