Re: [PATCH] gestures: if fingers don't move, force a gesture by finger position

2016-12-20 Thread Peter Hutterer
On Tue, Dec 20, 2016 at 12:20:38PM +0100, Hans de Goede wrote: > Hi, > > On 20-12-16 04:57, Peter Hutterer wrote: > > If the fingers rest on the touchpad without moving for a timeout, switch to > > pinch or swipe based on the finger position. We already did so for > > two-fingers > > switching to

Re: [PATCH] gestures: if fingers don't move, force a gesture by finger position

2016-12-20 Thread Hans de Goede
Hi, On 20-12-16 04:57, Peter Hutterer wrote: If the fingers rest on the touchpad without moving for a timeout, switch to pinch or swipe based on the finger position. We already did so for two-fingers switching to scrolling, now we also do so for 3 and 4 finger gestures. This gives us better reac

[PATCH] gestures: if fingers don't move, force a gesture by finger position

2016-12-19 Thread Peter Hutterer
If the fingers rest on the touchpad without moving for a timeout, switch to pinch or swipe based on the finger position. We already did so for two-fingers switching to scrolling, now we also do so for 3 and 4 finger gestures. This gives us better reaction to small movements. Signed-off-by: Peter H