Tap-to-click on touchpad is registering as multiple clicks

Hi all... I have an issue on my touchpad where a 3 finger tap (which emulates as middle click mouse button) registers as multiple clicks. A tap on a web link opens multiple tabs, a paste operation performs multiple pastes.

Installed FreeBSD 14.2 on my Thinkpad T480s and have enabled "tap-to-click" functionality for the touchpad by creating /usr/local/etc/X11/xorg.conf.d/touchpad.conf with:

Code:
Section "InputClass"
  Identifier "touchpad"
  Driver "libinput"
  MatchIsTouchpad "on"
  Option "Tapping" "on"
  Option "NaturalScrolling" "off"
EndSection

This emulates: 1 finger = left-click, 2 finger = right-click, 3 finger = middle-click.

1 finger and 2 finger are working correctly.

Its only the 3 finger, middle-click operation that is registering the multiple clicks.

Any ideas of how to fix this would be appreciated!
 
Back
Top