Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 3474

Activate both two/three-finger-clicks and two/three-finger-taps on touchpad

$
0
0
With xorg-input-synaptics I wasn't able to configure taps, just clicks. Thus I've removed xserver-xorg-input-synaptics and am trying to configure everything via xorg-input-libinput.

Here's my /etc/X11/xorg.conf.d/40-libinput.conf:

Code:

Section "InputClass"        Identifier "libinput touchpad catchall"        MatchIsTouchpad "on"        MatchDevicePath "/dev/input/event*"        Driver "libinput"        Option "Tapping" "on"EndSection
I am currently experiencing a problem opposite to the one I had with xorg-input-synaptics: even though two- and tree-finger-taps work for the second and third mouse button emulation accordingly, two- and tree-finger-clicks are being handled as the left-click.

The addition of

Code:

        Option "TapButton1" "1"        Option "TapButton2" "3"        Option "TapButton3" "2"
doesn't solve the problem but rather leads to taps stopping to work.

My touchpad is Synaptics tm2964-001 on ThinkPad T440p

(Debian 12)

Statistics: Posted by eugrus — 2024-01-02 17:18 — Replies 1 — Views 27



Viewing all articles
Browse latest Browse all 3474

Trending Articles