just wondering are there any feature to pause a running macro and unpause? like pause and resume?
only thing it works for me now is cancel all macro, but it has to be run from the beginning.
what i want is let say i have a macro running 10 steps
and some how i would like to pause between step 5-6, and resume it continue to step 7
something like playing a song i could pause and resume.
First of all, thanks a lot for your reply and help
but i am just new to this, could you walk me thru there please?
i am not so sure how to make this work. I do found variable but don’t know what to do and where to put on.
let say i have a macro, running like typing a-z.
some how i would like to pause on typing h, and resume.
thanks a lot for you guys helping for solving my problem.
here's my modify base on Chris idea, hope i am able to help someone who is looking for the same thing as well. Pause Macro Test → pause Macro.kmmacros (5.7 KB)
Alternatively, you can open the debugger (Start Debugging at the bottom of the Keyboard Maestro status menu), and then you can see and pause the running macro there.
Another elegant solution to automatically pausing a macro for a while for manual tweaks and then manually continue it: use a "Prompt for User Input" action as a basic way to display a dialog box which signals that the macro is paused, and an OK button to continue it, Cancel button to cancel it.