This repository has been archived by the owner on Apr 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gesture_commands.cfg
82 lines (74 loc) · 2.71 KB
/
gesture_commands.cfg
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# Each section represents a gesture and the lines below it
# define which action to take when the action is performed
# with a certain amount of fingers.
[screentap]
# Currently screentap only works reliably with one finger
#1: command for one finger tap
[keytap]
# Currently keytap is disabled due too conflicts with other gestures
[swipeleft]
#1: command for one finger swipe left
#2: command for two finger swipe left
#3: command for three finger swipe left
#4: command for four finger swipe left
#5: command for five finger swipe left
#6: command for six finger swipe left
#7: command for seven finger swipe left
#8: command for eight finger swipe left
#9: command for nine finger swipe left
#10: command for ten finger swipe left
[swiperight]
#1: command for one finger swipe right
#2: command for two finger swipe right
#3: command for three finger swipe right
#4: command for four finger swipe right
#5: command for five finger swipe right
#6: command for six finger swipe right
#7: command for seven finger swipe right
#8: command for eight finger swipe right
#9: command for nine finger swipe right
#10: command for ten finger swipe right
[swipeup]
#1: command for one finger swipe up
#2: command for two finger swipe up
#3: command for three finger swipe up
#4: command for four finger swipe up
#5: command for five finger swipe up
#6: command for six finger swipe up
#7: command for seven finger swipe up
#8: command for eight finger swipe up
#9: command for nine finger swipe up
#10: command for ten finger swipe up
[swipedown]
#1: command for one finger swipe down
#2: command for two finger swipe down
#3: command for three finger swipe down
#4: command for four finger swipe down
#5: command for five finger swipe down
#6: command for six finger swipe down
#7: command for seven finger swipe down
#8: command for eight finger swipe down
#9: command for nine finger swipe down
#10: command for ten finger swipe down
[cirleleft]
#1: command for one finger circle left
#2: command for two finger circle left
#3: command for three finger circle left
#4: command for four finger circle left
#5: command for five finger circle left
#6: command for six finger circle left
#7: command for seven finger circle left
#8: command for eight finger circle left
#9: command for nine finger circle left
#10: command for ten finger circle left
[circleright]
#1: command for one finger circle right
#2: command for two finger circle right
#3: command for three finger circle right
#4: command for four finger circle right
#5: command for five finger circle right
#6: command for six finger circle right
#7: command for seven finger circle right
#8: command for eight finger circle right
#9: command for nine finger circle right
#10: command for ten finger circle right