Created
November 13, 2016 12:58
-
-
Save kowalcj0/971a2ba49f2f40aea43379c2d95a1c66 to your computer and use it in GitHub Desktop.
CSL vertical mouse multimedia key bindings
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
# 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