Created
March 15, 2019 18:37
-
-
Save RafikFarhad/0b313c995efa8fc0a2949dfac1285d19 to your computer and use it in GitHub Desktop.
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 alt+Tab' | |
right: | |
command: 'xdotool key alt+shift+Tab' | |
up: | |
command: 'xdotool key super' | |
down: | |
command: 'xdotool key super' | |
4: | |
left: | |
command: 'xdotool key ctrl+alt+Down' | |
right: | |
command: 'xdotool key ctrl+alt+Up' | |
up: | |
command: 'xdotool key ctrl+alt+Down' | |
down: | |
command: 'xdotool key ctrl+alt+Up' | |
pinch: | |
in: | |
command: 'xdotool key ctrl+plus' | |
out: | |
command: 'xdotool key ctrl+minus' | |
threshold: | |
swipe: 0.4 | |
pinch: 0.4 | |
interval: | |
swipe: 0.8 | |
pinch: 0.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment