Created
May 29, 2019 04:08
-
-
Save Nine-H/6b972c05ba03c558428fa94867220994 to your computer and use it in GitHub Desktop.
elementary OS three finger gestures
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 super+Right' | |
right: | |
command: 'xdotool key super+Left' | |
up: | |
command: 'xdotool key super+Down' | |
threshold: 1.5 | |
down: | |
command: 'xdotool key super+a' | |
threshold: 1.5 | |
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