Wait for Keystroke
Pauses the execution of macro until a specific key is pressed.
Click here to show the figure
Parameters
-
Keystroke combination Specifies which key or key combination will be waited, leave the field blank indicates to wait for pressing any key.
-
Which window should be topmost Specifies a window limition for the keystroke. It does mean that pauses the execution of the macro until the specific window has the focus and the key combination is pressed.
-
Time out after X seconds Specifies the number of seconds to wait before failing.
-
Action if timeout Specifies a action that should be taken place if the time is out.
-
Return pressed key into variables Specifies a variable for receiving the pressed key, the value can be used in the subsequent action for another purpose.
|