Skip to content

Instantly share code, notes, and snippets.

@kowalcj0
Created November 13, 2016 12:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kowalcj0/971a2ba49f2f40aea43379c2d95a1c66 to your computer and use it in GitHub Desktop.
Save kowalcj0/971a2ba49f2f40aea43379c2d95a1c66 to your computer and use it in GitHub Desktop.
CSL vertical mouse multimedia key bindings
# CSL vertical mouse
# https://www.amazon.co.uk/Wireless-vertical-ergonomic-optical-design/dp/B00JODVD5K
sudo apt-get install xautomation xinput xbindkeys xdotool
vi ~/.xbindkeysrc
"/usr/bin/xdotool key --clearmodifiers XF86AudioPrev"
b:8 + Release
"/usr/bin/xdotool key --clearmodifiers XF86AudioNext"
b:9 + Release
"/usr/bin/xdotool key --clearmodifiers XF86AudioRaiseVolume"
Shift + b:4
"/usr/bin/xdotool key --clearmodifiers XF86AudioLowerVolume"
Shift + b:5
"/usr/bin/xdotool key --clearmodifiers XF86AudioPlay"
Shift + b:2 + Release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment