Triggering action by mouse single or double clicks and long press

Hi.

With one of the latest versions, it is possible to define actions based on short/long or double mouse clicks. I tried this for my Logitech mouse M 650 L (see attached file).

So far, I haven't been able to trigger only the double-click action—the single mouse click is also triggered every time.
Furthermore, it's still unclear to me when (duration) the long mouse click actually triggers.

It would be great if someone could write to me and let me know if and where I've made a mistake in my thinking.

exported_triggers.bttpreset (6.0 KB)

that's expected. If you don't want the single button click to be executed you'd need to use the predefined action "Execute Action Sequence After X Seconds" and in the double-click action sequence use "Cancel Timed Action":

For the default action categories you can only modify the long press duration globally in the settings:

If you need finer control over that you'd need to fall back to the classic style setup:

Thanks for your detailed explanation. I will check it out.