Created
June 5, 2019 18:57
-
-
Save shaybensasson/cb377480f93e27f9ae5315335bf83d2e to your computer and use it in GitHub Desktop.
Mad Catz R.A.T.7 Mouse remap on ubuntu, create and paste it in /etc/X11/xorg.conf
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
| Section "InputClass" | |
| Identifier "Mouse Remap" | |
| MatchProduct "Mad Catz R.A.T.7 Mouse" | |
| MatchIsPointer "true" | |
| MatchDevicePath "/dev/input/event*" | |
| Option "Buttons" "24" | |
| Option "ButtonMapping" "1 2 3 4 5 0 0 8 9 10 11 12 0 0 0 16 17 7 6 0 0 0 0 0" | |
| Option "AutoReleaseButtons" "20 21 22 23 24" | |
| Option "ZAxisMapping" "4 5 6 7" | |
| EndSection |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
partially from here
Without this the mouse is acting very weird, stealing/not getting focus from windows