JitouchApp / Jitouch

A multi-touch extension for MacBook, Magic Mouse, and Magic Trackpad
GNU General Public License v3.0
391 stars 28 forks source link

Prevent scroll events during trackpad three finger swipe #69

Open jackqu7 opened 1 year ago

jackqu7 commented 1 year ago

At the start of a three finger swipe gesture on trackpad, a small scroll event is generated and not suppressed. This results in the active window scrolling slightly every time a three finger swipe gesture is used.

The variable magicMouseThreeFingerFlag seems to be preventing this behaviour for Magic Mouse, so introduce a similar flag for trackpad. This fixes the issue.

jackqu7 commented 10 months ago

@aaronkollasch just wanted to bump this please, would be great to get it in the official build if possible

aaronkollasch commented 10 months ago

I should have some time after next week to review. Thanks for your patience!

EugeneTarasenko commented 5 months ago

I should have some time after next week to review. Thanks for your patience!

@aaronkollasch, It's been almost 5 months. Haven't you had some time to review this pull request yet?

SuperLeiyan commented 2 months ago

I would like to see this fixed too. Also might be related but also three finger drag is blocked if the three finger click gesture is enabled.