netbsdnoob Hello all, how can i enable touchpad tapping in netbsd?
If you're speaking of two-finger tapping (= right click)...have you tried?:
$ sysctl -w hw.synaptics.two_fingers_emulation=1
$ echo hw.synaptics.two_fingers_emulation=1 >>/etc/sysctl.conf
This is not enabled by default IIRC
See pms(4) 😉
Simple tap-to-click (1 finger = left click) should work out the box
EDIT: my bad I hadn't followed the thread and didn't notice we were speaking of Elantech touchpads.