artginzburg / MiddleClick-Sonoma

 "Wheel click" with three-finger click/tap for Trackpad and Magic Mouse.
GNU General Public License v3.0
1.47k stars 85 forks source link

Even extremely long "tap"s are registered as middle clicks #39

Closed alicangok closed 7 months ago

alicangok commented 2 years ago

Is this expected behavior?

I was under the impression that there if a "tap" (the time between putting fingers on the touchpad and lifting them) lasted more than a specified time, maybe on the order of a few hundred milliseconds, it would no longer be registered as a tap. But this application considers putting 3 fingers on the touchpad for multiple seconds (10 seconds even) as taps, hence the middleclick behavior is triggered.

(I'm on an M1 Air by the way, not sure if other models exhibit this behavior)

Thanks

66Ton99 commented 2 years ago

Yes, it is the same on MacBook Pro 16 2019. It triggers middle click if you do force click too.

s0menickname commented 1 year ago

Same on M2 MBA. Doesn't really bother me though, I did not notice until read your issue and checked myself

artginzburg commented 1 year ago

It is kinda easy to fix, the only thing I'm not sure about is how long a tap should be to not be considered a hold.

Also just reminding myself here that this behavior should not apply in click-only mode.

artginzburg commented 7 months ago

Fixed in #62