How do I choose (and why) between ..._CLICK_SHORT & ..._SAVED_CLICK_SHORT?

I am not sure if I am more confused or if I understand. Can I use these 12 without having to worry that they would conflict with each other:

EVENT_FIRST_SAVED_CLICK_SHORT
EVENT_SECOND_SAVED_CLICK_SHORT
EVENT_THIRD_SAVED_CLICK_SHORT
EVENT_FOURTH_SAVED_CLICK_SHORT
EVENT_FIRST_CLICK_LONG
EVENT_SECOND_CLICK_LONG
EVENT_THIRD_CLICK_LONG
EVENT_FOURTH_CLICK_LONG
EVENT_FIRST_HELD or EVENT_FIRST_HELD_MEDIUM or EVENT_FIRST_HELD_LONG (pick only one of the three)
EVENT_SECOND_HELD or EVENT_SECOND_HELD_MEDIUM or EVENT_SECOND_HELD_LONG (pick only one of the three)
EVENT_THIRD_HELD or EVENT_THIRD_HELD_MEDIUM or EVENT_THIRD_HELD_LONG (pick only one of the three)
EVENT_FOURTH_HELD or EVENT_FOURTH_HELD_MEDIUM or EVENT_FOURTH_HELD_LONG (pick only one of the three)

The length of the “held” can be different or the same between first, second, third & fourth but only one “length” can be used for each first, second, …

Did I get the list correctly or is there something else ?

But you can only use one of the two per first, second, … right?

Either / or, yes.
In fact looking now, I only have one HELD_LONG to enter a menu when off.
Otherwise all HELD_MEDIUMS with the custom timing.

Can I have EVENT_FIRST_HELD_MEDIUM & EVENT_FIRST_CLICK_LONG on same button, same mode ?

I tried on my detonator but EVENT_FIRST_HELD_MEDIUM gets released “too early” and I can’t do EVENT_FIRST_CLICK_LONG or I am still confused

Long click should be shorter than held medium.

Isn’t the time out for a long click 2500 and held medium 800 so how can long click be shorter than held medium ?

Or how do you do a click long ? I thought it had to be held for 2,5 sec and released ?

No. Long click is hold the click down for a second and release.
Just like it’s a sticky button or something .
Probably something like 400-500 ms.
Dont have the numbers in front of me.

A short click is anything up to 500ms.
A long click is technically anything longer than 500ms, but there is a 2500ms timeout. The idea is that if you’re holding it that long you’re probably doing it by mistake.

The length of long/short clicks really have nothing to do with the HELD timeouts, although maybe it should?