No, the behaviour I am seeing is definitely 2-finger tap = right click and 3-finger tap = middle click.
I've had a look at the package, and it looks like it is probably being caused by 104_always_enable_tapping.patch: - /* Enable tap if we don't have a phys left button */ - tapButton1 = priv->has_left ? 0 : 1; - tapButton2 = priv->has_left ? 0 : 3; - tapButton3 = priv->has_left ? 0 : 2; + /* Enable tap */ + tapButton1 = 1; + tapButton2 = 2; + tapButton3 = 3; -- Action for middle and right click is reversed since jaunty https://bugs.launchpad.net/bugs/432814 You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-input-synaptics in ubuntu. _______________________________________________ Mailing list: https://launchpad.net/~ubuntu-x-swat Post to : [email protected] Unsubscribe : https://launchpad.net/~ubuntu-x-swat More help : https://help.launchpad.net/ListHelp

