Re: [PATCH libinput] touchpad: fix clickfinger behavior with a thumb being present

2017-05-21 Thread Peter Hutterer
On Fri, May 19, 2017 at 07:32:28PM +0200, Friedrich Schöller wrote: > With a thumb on the touchpad, a two-finger click was always treated as > a middle-click. This patch takes the thumb into account and treats the > click as a right-click, if the touchpad supports tracking of at least > three finge

[PATCH libinput] touchpad: fix clickfinger behavior with a thumb being present

2017-05-19 Thread Friedrich Schöller
With a thumb on the touchpad, a two-finger click was always treated as a middle-click. This patch takes the thumb into account and treats the click as a right-click, if the touchpad supports tracking of at least three fingers. --- src/evdev-mt-touchpad-buttons.c | 90 +-

Re: [PATCH libinput] touchpad: fix clickfinger behavior with a thumb being present

2017-05-19 Thread Friedrich Schöller
Hi Peter, Thanks for the comments. On 18.05.2017 03:17, Peter Hutterer wrote: Hi Friedrich, On Tue, May 16, 2017 at 10:44:22PM +0200, Friedrich Schöller wrote: With a thumb on the touchpad, a two-finger click was incorrectly treated as a middle-click. This patch takes the thumb into account a

Re: [PATCH libinput] touchpad: fix clickfinger behavior with a thumb being present

2017-05-17 Thread Peter Hutterer
Hi Friedrich, On Tue, May 16, 2017 at 10:44:22PM +0200, Friedrich Schöller wrote: > With a thumb on the touchpad, a two-finger click was incorrectly > treated as a middle-click. This patch takes the thumb into account and > treats the click as a right-click. fwiw, this was intentional behaviour,

[PATCH libinput] touchpad: fix clickfinger behavior with a thumb being present

2017-05-16 Thread Friedrich Schöller
With a thumb on the touchpad, a two-finger click was incorrectly treated as a middle-click. This patch takes the thumb into account and treats the click as a right-click. --- src/evdev-mt-touchpad-buttons.c | 44 ++--- 1 file changed, 19 insertions(+), 25 deleti