Inserts commands in AutoHotkey programming language syntax. Use 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 name are not allowed.


In text, inserted Command Code macro is presented as %CODE_VarName% field. Double-click on In the name to edit the command. 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.