blob: c7b09decdd80077e1f734c948a0fc44c20285929 (
plain)
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
|
swipe:
3:
left:
command: 'xdotool key ctrl+super+Right'
right:
command: 'xdotool key ctrl+super+Left'
up:
command: 'xdotool key ctrl+super+down'
down:
command: 'xdotool key ctrl+super+up'
4:
left:
command: 'xdotool key super+Right'
right:
command: 'xdotool key super+Left'
up:
command: 'xdotool key super+a'
down:
command: 'xdotool key super+s'
pinch:
2:
in:
command: 'xdotool key ctrl+equal'
out:
command: 'xdotool key ctrl+minus'
4:
in:
command: 'xdotool key super+a'
out:
command: 'xdotool key super+s'
threshold:
swipe: 0.3
pinch: 0.1
interval:
swipe: 1
pinch: 1
|