Skip to content

Instantly share code, notes, and snippets.

@shaybensasson
Created June 5, 2019 18:57
Show Gist options
  • Select an option

  • Save shaybensasson/cb377480f93e27f9ae5315335bf83d2e to your computer and use it in GitHub Desktop.

Select an option

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
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
@shaybensasson
Copy link
Copy Markdown
Author

partially from here

Without this the mouse is acting very weird, stealing/not getting focus from windows

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment