Kubuntu 11.10 disable tapclick not working from gui
Posted
by
Star
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Star
Published on 2012-03-19T21:40:32Z
Indexed on
2012/03/19
23:39 UTC
Read the original article
Hit count: 216
Trying to find the script that disables tap-to-click, but can't locate the right settings.
here is 50-synaptic.conf:
# Example xorg.conf.d snippet that assigns the touchpad driver
# to all touchpads. See xorg.conf.d(5) for more information on
# InputClass.
# DO NOT EDIT THIS FILE, your distribution will likely overwrite
# it when updating. Copy (and rename) this file into
# /etc/X11/xorg.conf.d first.
# Additional options may be added in the form of
# Option "OptionName" "value"
#
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
# This option is recommend on all Linux systems using evdev, but cannot be
# enabled by default. See the following link for details:
# http://who-t.blogspot.com/2010/11/how-to-ignore-configuration-errors.html
MatchDevicePath "/dev/input/event*"
EndSection
Any ideas would be gratefully received, it's driving me mad!
© Ask Ubuntu or respective owner