Created
June 5, 2020 09:30
-
-
Save ashwinkey04/d574f9d1825b59cc7d8cc3bac44c7522 to your computer and use it in GitHub Desktop.
Fusuma config file
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+Shift+Tab' | |
right: | |
command: 'xdotool key alt+Tab' | |
up: | |
command: 'xdotool key super' | |
down: | |
command: 'xdotool key super' | |
4: | |
up: | |
command: 'xdotool key super+Page_Down' | |
down: | |
command: 'xdotool key super+Page_Up' | |
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