https://bugs.freedesktop.org/show_bug.cgi?id=93531

--- Comment #1 from Daniel Stone <[email protected]> ---
(In reply to Gennady Uraltsev from comment #0)
> For quite many years the default (with synaptics) was 
> 
> 1 finger  -> left mouse
> 2 finger -> middle mouse
> 3 finger -> right mouse

This is not actually true, as from xf86-input-synaptics/src/synaptics.c (and my
muscle memory):
    tapButton1 = priv->has_left ? 0 : 1;
    tapButton2 = priv->has_left ? 0 : 3;
    tapButton3 = priv->has_left ? 0 : 2;

In X11 parlance, 1 is left, 2 is middle and 3 is right, so the X11/synaptics
behaviour is exactly the same as you describe with libinput.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
wayland-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/wayland-bugs

Reply via email to