Wait for
New in 2021!   Eonza automation software - free, open source cross-platform automation software for easy creation and management of scripts.

Wait for

Waits for period, time or pressing key buttons. This command allows you to pause executing the script until the specified event occurs. For instance, you can specify the key combination that you can use to continue executing the script. It will allow you to switch to another application, press the necessary key combination and the script will be executed further. It can be useful if such commands as Keystroke or Put text to clipboard follow.

Description
Optionally, you may add comments here describing the purpose of this element.
What wait
Specify the type of the event to wait for.
Pause During - Pause for the specified number of seconds.
Till Time - Wait till the specified time.
Press Key - Wait till the specified key combination is pressed. It can be pressed in any application.
Time or Hot Key
The following formats are possible for Pause During
seconds - 10
minutes : seconds - 2:10
hours : minutes : seconds - 1:2:10
The following formats are possible for Till Time

hours - 17
hours : minutes - 20:15
hours : minutes : seconds - 5:25:30
The following formats are possible for Press Key

You can use the following words to specify predefined key combinations: Win,Ctrl,Alt,Shift,F1,F2,...F12. Insert '+' or '-' between the keys.

Possible variants

Ctrl + A
Shift - Ctrl - Alt - C
Alt + F5
Win + P