I have a 3 button serial mouse and I want the middle button to copy what I have highlighted, but don't know what to alter in my xf86config-4 file.
Please note that when I run dpkg-reconfigure xserver-xfree86, it does not change my xf86config-4 file. In order to change it I must use an editor (joe, as i have used 'init 1' to run dpkg-recon...) to change the file.
What must I do in order for my 3 button mouse to work properly? Thanks
Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/ttyS0" Option "Protocol" "Microsoft" Option "ZAxisMapping" "4 5" EndSection
This is what I currently have.