TROMjaro 2023.08.12
This commit is contained in:
@ -46,15 +46,6 @@
|
||||
<gesture type="SWIPE" fingers="4" direction="RIGHT">
|
||||
<action type="CHANGE_DESKTOP"></action>
|
||||
</gesture>
|
||||
<gesture type="SWIPE" fingers="4" direction="UP">
|
||||
<action type="SEND_KEYS">
|
||||
<modifiers>Control_L</modifiers>
|
||||
<keys>Alt_L+k</keys>
|
||||
<repeat>true</repeat>
|
||||
<animation>CHANGE_DESKTOP_DOWN</animation>
|
||||
<decreaseKeys>Control_L+Alt_L+k</decreaseKeys>
|
||||
</action>
|
||||
</gesture>
|
||||
<gesture type="SWIPE" fingers="4" direction="DOWN">
|
||||
<action type="SEND_KEYS">
|
||||
<modifiers>Super_L</modifiers>
|
||||
@ -64,6 +55,14 @@
|
||||
<decreaseKeys>Super_L</decreaseKeys>
|
||||
</action>
|
||||
</gesture>
|
||||
<gesture type="SWIPE" fingers="4" direction="UP">
|
||||
<action type="RUN_COMMAND">
|
||||
<command>dbus-send --type=method_call --print-reply --dest=org.onboard.Onboard /org/onboard/Onboard/Keyboard org.onboard.Onboard.Keyboard.ToggleVisible</command>
|
||||
<repeat>true</repeat>
|
||||
<animation>CHANGE_DESKTOP_DOWN</animation>
|
||||
<decreaseCommand>dbus-send --type=method_call --print-reply --dest=org.onboard.Onboard /org/onboard/Onboard/Keyboard org.onboard.Onboard.Keyboard.ToggleVisible</decreaseCommand>
|
||||
</action>
|
||||
</gesture>
|
||||
</application>
|
||||
<application name="chromium-browser">
|
||||
<gesture type="PINCH" fingers="2" direction="IN">
|
||||
@ -119,4 +118,4 @@
|
||||
</action>
|
||||
</gesture>
|
||||
</application>
|
||||
</touchégg>
|
||||
</touchégg>
|
Reference in New Issue
Block a user