iberianpig / xSwipe

Multitouch gestures with synaptics driver on X11, Linux
452 stars 56 forks source link

3 finger swipe up sometimes parsed to edgeSwipeDown #15

Open A-Shahbazi opened 9 years ago

A-Shahbazi commented 9 years ago

I'm experiencing something a bit weird:

when I use three finger swipe up to view windows sometimes a window closes quickly after the windows shown. I suspect the script is sending a three finger tap after the swipe up and it causes the window which the pointer is on to close. Thought it might be fixed by ignoring some out of threshold events by adding options MinW and MinZ for Three(or more) fingers.

thnx.

Kastelot commented 9 years ago

I'm experiencing the same issue. Is there a way to turn off the three finger tap - middle click action?

A-Shahbazi commented 9 years ago

New problem! After tweaking with MaxTapTime and decreasing it from 180 to 100 I think the middle click side is solved but I was still experiencing the issue and when I changed 3 finger edgeSwipeDown action from "LAL/F4" to "" the weird behavior gone.

Now comes the new question that why the 3 finger swipe up is sometimes parsed to an edgeSwipeDown?!