Touchpad notebook HP

Olá!
Meu problema é conseguir ativar o através do touchpad do notebook, sem a necessidade de ter que pressionar o botão, o famoso "click on tap". Eu havia instalado o LMDE com a versão XFCE e nela o problema foi solucionado assim:

Issues in the Xfce edition
Touchpad

To activate "click on tap" for your touchpad, type [font=Courier]sudo gedit /usr/share/X11/xorg.conf.d/50-synaptics.conf[/font] and replace the content of the file with the following:

[font=Courier]Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
Option "TapButton1" "1"
Option "VertEdgeScroll" "1"
EndSection[/font]

Porém, mais tarde, eu instalei a versão com o GNOME e o mesmo procedimento não resolveu o problema. Procurei aqui no fórum, mas não há tópico com este problema. O scroll lateral do touchpad funciona corretamente.

Thanks
Entre ou Registre-se para fazer um comentário.