summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle K <kylek389@gmail.com>2017-06-09 01:46:17 -0500
committerKyle K <kylek389@gmail.com>2017-06-09 01:46:17 -0500
commit7ee50b7b7819cd75ed3636e541c2050f62945ce7 (patch)
tree41738b620565c122629e672210a102cd8b00c1b4
parent25eba7bb7ec22fb8eccef2bf47392c6959b80f2d (diff)
downloadconfigs-7ee50b7b7819cd75ed3636e541c2050f62945ce7.tar.gz
configs-7ee50b7b7819cd75ed3636e541c2050f62945ce7.tar.bz2
configs-7ee50b7b7819cd75ed3636e541c2050f62945ce7.zip
correct back-button for Mad Catz R.A.T. 5
-rw-r--r--rog/usr/share/X11/xorg.conf.d/50-vmmouse.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/rog/usr/share/X11/xorg.conf.d/50-vmmouse.conf b/rog/usr/share/X11/xorg.conf.d/50-vmmouse.conf
index 8d9d0c0..6839896 100644
--- a/rog/usr/share/X11/xorg.conf.d/50-vmmouse.conf
+++ b/rog/usr/share/X11/xorg.conf.d/50-vmmouse.conf
@@ -2,5 +2,9 @@ Section "InputClass"
Identifier "Mad Catz R.A.T.5 Mouse"
MatchProduct "Mad Catz Mad Catz R.A.T.5 Mouse" # check exact model with xinput
MatchDevicePath "/dev/input/event*"
- Option "ButtonMapping" "1 2 3 4 5 6 7 2 9 10 11 12 0 0 0 16 17 18 19 20 21" # block buttons 13,14,15
+ #Option "ButtonMapping" "1 2 3 4 5 6 7 8 9 10 11 12 0 0 0 16 17"
+ Option "ButtonMapping" "1 2 3 4 5 10 11 8 9 0 0 0 0 0 0 0 0"
+ #Option "XAxisMapping" "10 11"
+ #Option "ZAxisMapping" "4 5 10 11"
+ #Option "ZAxisMapping" "4 5 6 7"
EndSection