hi,
I have RX300 mouse, it has additional 2 buttons by moving scroll wheel left and right.
This buttons does not work, xev does not see they.
Could you please help to run this buttons?
My xorg.conf:
I have RX300 mouse, it has additional 2 buttons by moving scroll wheel left and right.
This buttons does not work, xev does not see they.
Could you please help to run this buttons?
My xorg.conf:
Code:
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Emulate3Button" "no"
Option "Protocol" "SysMouse"
Option "Device" "/dev/sysmouse"
Option "Buttons" "7"
Option "ButtonMapping" "1 2 3 6 7"
Option "ZAxisMapping" "4 5"
EndSection