$BINARY -k -p -b "67"
to $BINARY -k -p -b "67" -f
/usr/X11R6/bin/xmodmap -e "pointer = 1 2 3 6 7 4 5"
BINARY=$(which imwheel)
$BINARY -k -p -b "67"
/etc/X11/XF86Config
file (perhaps your path might be different). edit/add the following : Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "ExplorerPS/2" Option "Device" "/dev/input/mice" # Your path to your USB mouse device may be different. Option "ZAxisMapping" "6 7" Option "Buttons" "7" EndSection
Any other questions or comments email me "raven [at] netpimpz [dot] com"