gitea repo
This commit is contained in:
commit
f610209aff
66 changed files with 2439 additions and 0 deletions
20
dotfiles/solaar/rules.yaml
Normal file
20
dotfiles/solaar/rules.yaml
Normal file
|
@ -0,0 +1,20 @@
|
|||
%YAML 1.3
|
||||
---
|
||||
- Rule:
|
||||
- KeyIsDown: Mouse Gesture Button
|
||||
- KeyPress:
|
||||
- Alt_L
|
||||
- depress
|
||||
- MouseClick: [left, depress]
|
||||
- Rule:
|
||||
- Key: [Mouse Gesture Button, released]
|
||||
- KeyPress:
|
||||
- Alt_L
|
||||
- release
|
||||
- MouseClick: [left, release]
|
||||
- Rule:
|
||||
- Key: [Smart Shift, pressed]
|
||||
- KeyPress:
|
||||
- [Control_L, Shift_L, Q]
|
||||
- click
|
||||
...
|
Loading…
Add table
Add a link
Reference in a new issue