LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   4MLinux (https://www.linuxquestions.org/questions/4mlinux-115/)
-   -   enable tap to click on 4mlinux (https://www.linuxquestions.org/questions/4mlinux-115/enable-tap-to-click-on-4mlinux-4175715324/)

0day 08-03-2022 08:27 AM

enable tap to click on 4mlinux
 
hello, how do you activate the tap to click of the touchpad on 4mlinux? left and right clicks work and the cursor moves too but tap to click doesn't work

rtmistler 08-03-2022 08:31 AM

Moved: This thread is more suitable in the 4M Linux forum and has been moved accordingly to help your thread/question get the exposure it deserves.

zk1234 08-03-2022 03:59 PM

Perhaps you disabled it by mistake?
Menu > Settings > Devices > Touchpad On/off

.

0day 08-04-2022 01:20 AM

Quote:

Originally Posted by zk1234 (Post 6371673)
Perhaps you disabled it by mistake?
Menu > Settings > Devices > Touchpad On/off

.

no, left and right clicks work and the cursor moves too but tap to click doesn't work

zk1234 08-04-2022 03:19 PM

Try to add the following:
Code:

Section "InputClass"
        Identifier "touchpad catchall"
        Driver "synaptics"
        MatchIsTouchpad "on"
        Option "TapButton1" "1"
        Option "TapButton2" "3"

to the /usr/share/X11/xorg.conf.d/70-synaptics.conf file. Restart X or reboot.

.


All times are GMT -5. The time now is 05:25 PM.