How to break an action

Hi everyone, my goal is to make fcp automaticly label all my favourite clips, but I have trouble ending the action. My current solution seems to work but I have to hold the button for very long time before fcpx stops looping.

You could make another macro that sets a variable to a value, like 1. So at the start of the macro you showed, set the variable to 0. Then change your "until" to break when the variable isn't 0.

I hope that makes sense. Let me know if it doesn't.

Hi Dan, thanks for your reply, could you demonstrate with screenshot? I am still quite confused.

Here you go: EXAMPLE MACRO: Looping macro that stops when another macro is executed.