我在使用 Ubuntu 13.04 配置 Madcatz RAT 3 鼠标时遇到了问题。鼠标在窗口间切换时似乎出现了问题。但移动功能正常。
我已将其添加到我的 xorg.conf 但它仍然不起作用:
Section "InputClass"
Identifier "Mouse Remap"
MatchProduct "Madcatz Mad Catz R.A.T.3 Mouse"
MatchDevicePath "/dev/input/event*"
Option "ButtonMapping" "1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 0 0 0"
EndSection
这里还有一些信息。
来自 xinput 列表:
Madcatz Mad Catz R.A.T.3 Mouse id=13 [slave pointer (2)]
更多细节:
niel@niel-VPCF13M1E:~$ xinput query-state 13
2 classes :
ButtonClass
button[1]=up
button[2]=up
button[3]=up
button[4]=up
button[5]=up
button[6]=up
button[7]=up
button[8]=up
button[9]=up
button[10]=down
button[11]=up
button[12]=up
button[13]=up
button[14]=up
button[15]=up
button[16]=up
button[17]=up
button[18]=up
ValuatorClass Mode=Relative Proximity=In
valuator[0]=512
valuator[1]=762
valuator[2]=-7
猫/ proc /总线/输入/设备
I: Bus=0003 Vendor=0738 Product=1703 Version=0100
N: Name="Madcatz Mad Catz R.A.T.3 Mouse"
P: Phys=usb-0000:05:00.0-1/input0
S: Sysfs=/devices/pci0000:00/0000:00:1c.5/0000:05:00.0/usb3/3-1/3-1:1.0/input/input18
U: Uniq=
H: Handlers=mouse3 event15
B: PROP=0
B: EV=17
B: KEY=3ff0000 0 0 0 0
B: REL=103
B: MSC=10
有人知道如何解决这个问题吗?谢谢!
答案1
Section "InputClass"
Identifier "Mouse Remap"
MatchProduct "Madcatz Mad Catz R.A.T.3 Mouse"
MatchDevicePath "/dev/input/event*"
Option "ButtonMapping" "1 2 3 4 5 6 7 8 0 0 0 0 0 0 0 0 0 0 0"
EndSection