-
-
Save dre1080/6d90362430ad19e0480dc0d3ea7e8254 to your computer and use it in GitHub Desktop.
fusuma multitouch gesture config for elementary OS
This file contains hidden or 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 ctrl+super+Left' | |
right: | |
command: 'xdotool key ctrl+super+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