Up until a couple of days ago I was able to emulate the middle button when activating both the left and right button at the same time.
For some reason I'm no longer able to do this. I suspect that this stopped working after a recent update to something that deals with xorg. I see from looking at the apt history log file that xserver-xorg-core & xserver-common were recently updated.
Is it possible that one of these update could have broken my middle button emulation?
Any suggestions on how to fix this?
Below is what I have entered in "10-evdev.conf"
Code:
Section "InputClass"
Identifier "Marble Mouse"
MatchProduct "ImExPS/2 Logitech Explorer Mouse"
MatchIsPointer "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
Option "ButtonMapping" "1 2 3 4 5 6 7 8 9"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "8"
Option "EmulateWheelInertia" "10"
Option "ZAxisMapping" "4 5"
Option "XAxisMapping" "6 7"
Option "Emulate3Buttons" "true"
EndSection
|