-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
46 lines (35 loc) · 1013 Bytes
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
gestures:
- !ThreeFingerSwipeGradual
direction: Down
action: 'amixer sset Master 1%-'
- !ThreeFingerSwipeGradual
direction: Up
action: 'amixer sset Master 1%+'
- !Pinch
action: echo 'pinched'
- !Spread
action: echo 'spreaded'
- !FourFingerSwipe
direction: Down
action: echo 'swiped down with 4 fingers'
- !FourFingerSwipe
direction: Up
action: echo 'swiped up with 4 fingers'
- !FourFingerSwipe
direction: Left
action: echo 'swiped left with 4 fingers'
- !FourFingerSwipe
direction: Right
action: echo 'swiped right with 4 fingers'
# - !ThreeFingerSwipe
# direction: Down
# action: echo 'swiped down with 3 fingers'
# - !ThreeFingerSwipe
# direction: Up
# action: echo 'swiped up with 3 fingers'
- !Hold
duration: 500
action: "echo 'held for 500 milliseconds'"
- !Hold
duration: 5000
action: "echo 'held for 5000 milliseconds (5 seconds)'"