add luakit gestures to touchegg config

This commit is contained in:
LordMZTE 2022-02-17 14:31:41 +01:00
parent 33a1e7dbfc
commit c34ac49984
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6

View file

@ -1,3 +1,4 @@
<!-- vim: set filetype=xml : -->
<touchégg>
<settings>
<!--
@ -101,4 +102,20 @@
</action>
</gesture>
</application>
<application name="luakit">
<gesture type="SWIPE" fingers="2" direction="RIGHT">
<action type="SEND_KEYS">
<modifiers>Shift_L</modifiers>
<keys>H</keys>
</action>
</gesture>
<gesture type="SWIPE" fingers="2" direction="LEFT">
<action type="SEND_KEYS">
<modifiers>Shift_L</modifiers>
<keys>L</keys>
</action>
</gesture>
</application>
</touchégg>