Last active
October 20, 2020 00:35
-
-
Save Surendrajat/74fe46a04f93b701c5538d51f39d511b to your computer and use it in GitHub Desktop.
fusuma multitouch gesture config for elemetary OS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
swipe: | |
3: | |
left: | |
command: 'xdotool key alt+Left' | |
right: | |
command: 'xdotool key alt+Right' | |
up: | |
command: 'xdotool key ctrl+t' | |
threshold: 1.5 | |
down: | |
command: 'xdotool key ctrl+w' | |
threshold: 1.5 | |
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+plus' | |
threshold: 0.1 | |
out: | |
command: 'xdotool key ctrl+minus' | |
threshold: 0.1 | |
threshold: | |
swipe: 1 | |
pinch: 1 | |
interval: | |
swipe: 1 | |
pinch: 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment