Faster 1 Finger Tap

Hello. I have a pretty simple question/feature request for Magic Mouse. Is it possible to make the most basic 1 Finger Tap faster and more responsive? It seems like there is a significant delay between the tap and the actual action happening.

I found that the action “1 Finger Touch Start” is perfect in terms of delay but the problem is that if I want to scroll anywhere while the pointer hovers over something clickable, the mouse taps immediately and does not let me scroll.

Thank you for your help in advance!

Instead of 1 Finger Touch Start you could try "Release Last Finger After Previous Touch With 1 Finger" (you could add advanced trigger conditions to that if you need to further customize it).

//edit: ah but your scroll issue will happen with that as well, I think there is currently no condition that could prevent that. The 1 finger tap has a lot of conflict avoidance built in, it is not super simple to recreate that.

This could work:

Thank you for a swift reply, Andreas. I just tried that and it does help a little bit when using the release action but it still “clicks” sometimes.

So i guess it is not possible to have the “1 Finger Touch Start” speed without its drawbacks?

mh, the magic mouse doesn't have any tap to click enabled by default - so unless you accidentally click the mouse, it should not produce any clicks

The problem is when I make the “flick” move with my index finger to scroll the page, for example when i need to scroll faster to certain part of the webpage. When I scroll without lifting my finger, it does not trigger.

But to be honest, using the “realease” function does not seem to make the delay of the tap any faster. To me it is the same as “1 Finger Tap”. The “1 Finger Touch start” is amazingly responsive in comparison.

The difference is that a "tap" always triggers when removing the last finger from the touch surface. The "touch start" triggers immediately when touching the surface, but therefore also can not do any additional checks.