Pause macro until done typing

I have some troubles with macros that I’ve input manual delays into running before I can finish typing in a field. Some days I take longer than my amount of time, and some days it’s shorter. If I up the delay, then half the time it would be faster to perform the action myself. What I really want to do it find some means of making a macro pause until no key has been pressed for 1 second, if that’s possible.

Hey Jesse,

I’d probably Pause Until a certain key was pressed – maybe Escape, since it’s really easy to slap with the left hand.

-Chris

Pause Until IDLE() > 1

Pause Until.kmactions (0.7 KB)

5 Likes

Thank you, that works like a charm.