hi all
i'd like to know how i can disable tapping on the mousepad ? (click with a tap on it).
I add this in xOrg.conf, but it's not working :
thanks in advance.
i'd like to know how i can disable tapping on the mousepad ? (click with a tap on it).
I add this in xOrg.conf, but it's not working :
Code:
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psm0"
Option "Protocol" "Auto"
[color="Red"]Option "MaxTapTime" "0"
Option "HorizScrollDelta" "0"[/color]
EndSection
thanks in advance.