The Edit Macro window is where you fine-tune a macro.
What the Editor Shows
- a large macro-data area
- a command list on the right
- on-screen buttons for special keys and modifiers
OKandCancel
Special Key Buttons
The editor includes quick buttons for common special keys such as:
EscapeF1throughF12PrtScScroll LkPauseBackspaceTabEnterInsert,Delete,Home,End,Page Up,Page Dn- arrow keys
Shift Down,Shift UpControl Down,Control UpAlt Down,Alt UpSpace
Command List
The command list is the fastest way to insert non-typing actions. Double-click the command you want.
Available commands include:
Insert RecordingAppend RecordingInsert CommentActivate WindowInsert SoundInclude FileInsert DelayInsert Date/TimeInsert PauseInsert ClipboardClose WindowCall MacroCall DLLRebootCopy/Ren/Del FileSend EmailGet EmailEnter DataMouse Clicks
See Editor Command Reference for each one.
Color Coding
The editor can color different parts of your macro so it is easier to read.
- special keys
- event commands
- comments
- typed text
- background
You can change those colors in File > Preferences > Colors.
Typical Editing Workflow
- Select a macro in the main list.
- Click
Edit. - Insert, remove, or change the steps you want.
- Use comments and delays where needed.
- Click
OK. - Test the macro from the main window.
Good Reasons to Edit by Hand
- a recording ran too fast
- you need a delay or pause
- you want to reuse another macro
- you want to call a DLL or file action
- you want to make the macro easier to read later