blob: 2afb98b8320f1b1fa77ed1eaf3832a2fc2310eca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<touchégg>
<application name="All">
<gesture type="DRAG" fingers="3" direction="LEFT">
<action type="SEND_KEYS">Control+j</action>
</gesture>
<gesture type="DRAG" fingers="3" direction="RIGHT">
<action type="SEND_KEYS">Control+k</action>
</gesture>
<gesture type="TAP" fingers="2">
<action type="MOUSE_CLICK">BUTTON=3</action>
</gesture>
</application>
</touchégg>
|