okay for the wheel use the ZAxisMapping to what I have and use the buttons variable. Then use as a command to remap the buttons. Here is what I got :
XF86Config
and them putCode:Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "ExplorerPS/2" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "6 7" Option "Buttons" "7" Option "Emulate3Buttons" "no"
into your /etc/X11/xinit/xinitrc fileCode:xmodmap -e "pointer = 1 2 3 6 7 4 5"


Reply With Quote
Bookmarks