在终端中
cat /proc/bus/input/devices
可以查看到鼠标的一些相关信息,然后我们可以编辑xorg.conf文件
sudo gedit /etc/X11/xorg.conf
在文件中添加以下内容
Section "InputClass" Identifier "Mouse Remap" MatchProduct "Saitek Cyborg R.A.T.3 Mouse" MatchDevicePath "/dev/input/event*" Option "ButtonMapping" "1 2 3 4 5 6 7 0 0 0 0 0 0 0" EndSection
然后重启即可,Enjoy~