Command
Executes an AutoHotkey command script.
Usage
Execute user commands based on a powerful Autohotkey (AHK) scripting and programming language. Please consult AutoHotkey online tutorials and documentation to learn the syntax basis.
For example, the following code runs Google search using the clipboard content:
Send, ^c
Sleep 50
Run, http://www.google.com/search?q=%clipboard%
AutoHotkey Documentation
AutoHotkey documentation is available from http://www.autohotkey.com/docs
Buttons
Library - Select preset command from the Library.
Record - Create a command by recording a Macro.
More - Insert special fields and macros or select more options.