Press Escape to Continue, and if not pressed within 5 minutes Cancel Macro

I want to press escape to continue (which is simple), but I also want to add as a condition that if escape is not pressed after 5 minutes, cancel the macro.
thanks in advance for your time and help

Are you using a Pause Until Action with "escape key is pressed" to do this? If so, set the timeout of that Pause Action to 5 minutes, with Cancel Macro checked.

2 Likes

thanks very much @Zabobon

I made this ScreenShot to help other forum members