Hi Team, 
Ive pinned down a discussion where this issue has been fully identified and 
resolved.

http://ubuntuforums.org/archive/index.php/t-1607973.html

"
bikegeek
November 21st, 2010, 03:10 PM
This has been pissing me off for months, however, there's a fix here:

https://bugs.launchpad.net/ubuntu/+bug/636720

Run:

synclient ClickFinger3=1

To make permanent:
cat /usr/share/X11/xorg.conf.d/50-synaptics.conf
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
# Stop the middleclick insanity
Option "ClickFinger3" "1"
EndSection


So, to me, it appears that sometimes the touchpad thinks you've got 3 fingers 
down while clicking the left button... by default, this is configured to 
emulate a middle click. The above changes that behavior to emulate a left-click.

"

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/703952

Title:
  mouse event handler problems

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to