Last active
October 23, 2019 01:08
-
-
Save dipsywong98/6444494108b0c8c377b2c8d732cba07c to your computer and use it in GitHub Desktop.
Add gesture to KDE 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
gesture swipe left 4 xdotool key alt+right | |
gesture swipe right 4 xdotool key alt+left | |
gesture swipe left 3 xdotool key super+grave | |
gesture swipe right 3 xdotool key super+asciitilde | |
gesture swipe up 3 xdotool key ctrl+F9 | |
gesture swipe down 3 xdotool key super+d | |
gesture pinch in 2 xdotool key ctrl+minus | |
gesture pinch out 2 xdotool key ctrl+plus | |
gesture pinch in 4 xdotool key super+d | |
gesture pinch out 4 xdotool key super+d | |
gesture swipe left_up 3 xdotool key super+Page_Up | |
gesture swipe left_down 3 xdotool key super+Page_Down | |
gesture swipe down 4 xdotool key super+d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment