my xorg section:
Code:
Identifier "Mouse1"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "ImPS/2"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
# Option "Emulate3Buttons" "true"
I commented Emulate3Buttons out, but the only way I can get the middle click functionality is to press my right and left mouse buttons.
My scroll wheel also has a left and right scroll, which will be useful for various compiz effects, but when I test them in xev, it tells me that they are the same as the left and right buttons on my keyboard. (keys 100 and 102)
It detects my mouse left and right click as button 1 and button 3, respectively, and likewise scroll up and scroll down as 4 and 5.
How can I make it know to map button 2 as middle click, button 6 as scroll left, and button 7 as scroll right?