Wait

Top  Previous  Next

Waits for a certain amount of time (ms). This macro can be used to add delays when creating more complex macros that include, for example, opening an application and waiting for it to load before sending text to it.

Syntax

{#wait timeInMS#}

timeInMS: wait time in milliseconds

 

Example

Phrase:

{#wait 2000#}

 

Result:

waits for 2 seconds before performing the next operation