-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtouchegg.conf
61 lines (61 loc) · 1.86 KB
/
touchegg.conf
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
<touchégg>
<settings>
<property name="animation_delay">150</property>
<property name="action_execute_threshold">20</property>
<property name="color">auto</property>
<property name="borderColor">auto</property>
</settings>
<application name="All">
<gesture type="SWIPE" fingers="3" direction="UP">
<action type="SEND_KEYS">
<modifiers>Super_L</modifiers>
<keys>d</keys>
<repeat>false</repeat>
<animation>NONE</animation>
<on>begin</on>
</action>
</gesture>
<gesture type="SWIPE" fingers="3" direction="RIGHT">
<action type="SEND_KEYS">
<modifiers>Alt_L</modifiers>
<keys>Tab</keys>
<repeat>true</repeat>
<animation>NONE</animation>
<decreaseKeys>Left</decreaseKeys>
</action>
</gesture>
<gesture type="SWIPE" fingers="3" direction="DOWN">
<action type="SEND_KEYS">
<modifiers>Control_L</modifiers>
<keys>Alt_L+d</keys>
<repeat>false</repeat>
<animation>NONE</animation>
<on>begin</on>
</action>
</gesture>
<gesture type="SWIPE" fingers="4" direction="UP">
<action type="GNOME_SHELL"></action>
</gesture>
<gesture type="SWIPE" fingers="4" direction="DOWN">
<action type="GNOME_SHELL"></action>
</gesture>
<gesture type="SWIPE" fingers="4" direction="LEFT">
<action type="SEND_KEYS">
<modifiers>Super_L</modifiers>
<keys>a</keys>
<repeat>false</repeat>
<animation>NONE</animation>
<on>begin</on>
</action>
</gesture>
<gesture type="SWIPE" fingers="4" direction="RIGHT">
<action type="SEND_KEYS">
<modifiers>Super_L</modifiers>
<keys>a</keys>
<repeat>false</repeat>
<animation>NONE</animation>
<on>begin</on>
</action>
</gesture>
</application>
</touchégg>