Action "Paste Text" Action "Simulate Keystrokes" Action 'Fill form'

The keys entered will be simulated and a quasi keyboard macro will be executed. In addition to entering text, all special and function keys can be simulated.

To add function or special keys you can use the drop down menu (F10).

Available macro function (Via the drop down menu -> macros)

Delay im ms

Add a delay in milliseconds, e.g. {sleep 100} for 100 ms.

Paste n-th element

Pastes the n-th element from the Clipboard Masters list, e.g.  {paste 2} to paste the 2nd item from the Clipboard Masters list. 

Activate Window

Activates a window, e.g. {##activateapp Notepad} activates (sets the focus to) the notepad window. The window title can be partial (* not required), spaces allowed (" not required).
(Clipboard Master 4.10.9 or newer required.)