[Wayland-bugs] [Bug 93531] Add Tap-to-click finger to button mapping support

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Jan 1 07:14:30 PST 2016


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

--- Comment #1 from Daniel Stone <daniel at fooishbar.org> ---
(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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/wayland-bugs/attachments/20160101/0b045cd5/attachment.html>


More information about the wayland-bugs mailing list