Skip to content

Instantly share code, notes, and snippets.

@wmantly
Created February 15, 2017 04:44
Show Gist options
  • Select an option

  • Save wmantly/bb477a884017c0c09e4554e33217b7bd to your computer and use it in GitHub Desktop.

Select an option

Save wmantly/bb477a884017c0c09e4554e33217b7bd to your computer and use it in GitHub Desktop.
# https://gist.github.com/magicrobotmonkey/5300885
sudo apt-get install xserver-xorg-input-mtrack xbindkeys xdotool
sudo mv /usr/share/X11/xorg.conf.d/50-mtrack.conf /usr/share/X11/xorg.conf.d/60-mtrack.conf
sudo service mdm restart
## ~/.xbindkeysrc
"xdotool key ctrl+alt+Right"
b:10
"xdotool key ctrl+alt+Left"
b:11
"xdotool key ctrl+alt+Up"
b:8
"xdotool key ctrl+alt+Down"
b:9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment