Disable tapping with Synaptics touchpad

I don’t like when my touchpad clicks because of tapping. With MaxTapTime I could disable this function. When I surf the net with Firefox and touched the lower area on the touchpad Firefox goes back/forward, this could be disabled with HorizScrollDelta . Look in your /etc/X11/xorg.conf file :

Section “InputDevice”
Driver “synaptics”
Identifier “Mouse[1]“
Option “Buttons” “5″
Option “Device” “/dev/input/mice”
Option “Emulate3Buttons” “on”
Option “InputFashion” “Mouse”
Option “Name” “Synaptics;Touchpad”
Option “Protocol” “explorerps/2″
Option “SHMConfig” “on”
Option “Vendor” “Sysp”
Option “MaxTapTime” “0″
Option “HorizScrollDelta” “0″
Option “ZAxisMapping” “4 5″
EndSection

Posted in linux at April 22nd, 2008. Trackback URI: trackback
Tags: , , ,

No Responses to “Disable tapping with Synaptics touchpad”

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>