The most common function in the operation of macros. This option allows you to emulate keyboard keystrokes.
Macro description: Selected keys that are pressed in the notepad area at 64 ms intervals when the macro test is run.
Another very important function that allows you to simulate mouse clicks and cursor movement by coordinates. Let's see the details.
Pressing the mouse button with "right mouse button" as an example
Macro description: The mouse button "right mouse button" is selected, when you run the macro test, the "right mouse button" is pressed on the free area of the screen.
Cycles, a useful feature that allows you to loop a specific part of a macro or the whole structure. This option is useful for those who want their macro or some command to be repeated a certain number of times
Delay, a command allowing you to insert a certain time interval of waiting time between commands.
The modes of operation allow you to set the user the condition for triggering a macro, namely "Press to run, release to stop", "Repeat until pressed again" and "No repetitions".
An option that allows you to add a command to the macro structure that will perform a move action to a specified line in the conditions.
The option is needed to add a command to change the keyboard layout. Most often used in macros that type texts.
Allows you to add comments to the structure of the macro, for example some notes. Doesn't affect the operation of the macro!
Video overview of the function