Created
August 8, 2012 04:46
-
-
Save supershabam/3292134 to your computer and use it in GitHub Desktop.
X11 configuration fix for Cyborg R.A.T.7 in Ubuntu 12.04
This file contains 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
Section “InputClass” | |
Identifier “Mouse Remap” | |
MatchProduct “Saitek” | |
MatchDevicePath “/dev/input/event*” | |
Option “ButtonMapping” “1 2 3 4 5 6 7 8 9 10 11 12 0 0 0″ | |
# CHANGFE THE 8 AFTER 7 BACK INTO A 2 IF BACK BUTTON DOESN'T WORK | |
EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment