Hi,
I'm trying to get my TouchPad/trackpad to right click. I put the following in my /etc/X11/xorg.conf.d/70-synaptics.conf:

Section "InputClass"
        Identifier "touchpad"
        Driver "synaptics"
        MatchIsTouchpad "on"
        Option "ClickPad" "on"
        Option "VertEdgeScroll" "off"
        Option "VertTwoFingerScroll" "on"
        Option "ClickFinger2" "2"
        Option "ClickFinger3" "3"
EndSection

However, this was not enough to get two- or three-finger clicking working.

I'd even be satisfied with Ctrl-Click mapping to right-click.

Has anyone got any ideas how to make either option work?

Reply via email to