Inserts commands in AutoHotkey programming language syntax. Use a built-in editor to add or edit commands. AutoHotkey documentation is available from http://www.autohotkey.com.



Command Name - Name of the Command Code variable. Spaces or special characters in variable names are not allowed.


Select the OK button to insert a %CODE_Name% macro field into the command. Double-click on the field name to open the dialog and edit the macro properties again.


In the following example, the Command Code will be executed after the first text is sent.

First text. %CODE_Message%  Second text.


Input and Selection variables (INPUT_VarName or SELECT_VarName) can be used within the Command Code to create advanced text creation based on user input or other conditions.