How to prevent buildup of macros behind a semaphore lock

I have not tested this, but my thought is to set a KM Variable (that is not deleted) at the beginning of the Macro that increments itself every time the Macro is executed. Then, you could have an IF/THEN Action that cancels the macro if the Execution_Count > X.

You might take a look at this macro, which does something similar:
MACRO: HotKey Multi-Press (Multi-Tap) Template

Basically, it counts the number of hotkey presses (i.e. macro executions) and then takes action accordingly.

You might also take a look at this topic:
How to prevent a timed macro from executing twice at the same time?

1 Like