Created
February 28, 2015 22:10
-
-
Save lobre/53279860004091f1ec0e to your computer and use it in GitHub Desktop.
Trackpad T650 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
#Three-finger swipe left | |
"/home/moy4/.bin/workspace-switcher.py right" | |
b:8 | |
#Three-finger swipe right | |
"/home/moy4/.bin/workspace-switcher.py left" | |
b:9 | |
#Top edge swipe | |
"dbus-send --session --dest=org.pantheon.gala --print-reply /org/pantheon/gala org.pantheon.gala.PerformAction int32:4" | |
Control+Mod4 + XF86TouchpadOff | |
#Left edge swipe | |
"pantheon-terminal" | |
Control+Mod4 + BackSpace | |
#Right edge swipe | |
"switchboard" | |
Alt+Mod4 + XF86TouchpadOff | |
#Three-finger swipe down | |
"dbus-send --session --dest=org.pantheon.gala --print-reply /org/pantheon/gala org.pantheon.gala.PerformAction int32:6" | |
Mod4 + D | |
#Three-finger swipe up (NOT WORKING) | |
"xterm" | |
Mod4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Adapt path with your user home directory.
Install the following packages : wmctrl
Install the following python packages : envoy, docopt