# |
Video |
Tags |
1 |
general macro, text shortcut trigger |
|
2 |
text macro, rich text, text shortcut trigger |
|
3 |
clipboard macro, hotkey trigger, clipboard |
|
4 |
keyboard triggers, macro scope |
|
5 |
macro toolbars trigger |
|
6 |
macro recorder, keyboard, mouse, click |
|
7 |
create macro group, create text macro, define text shortcut trigger, create general macro, send keystrokes (ctrl+f), create macro toolbar, trigger macro in other application |
|
8 |
manipulate files automatically, create macro group, create general macro, add "file move" command, create macro toolbar, edit macro "steps", edit macro "code" |
|
9 |
manipulate clipboard, create macro group, create general macro,add "clipboard paste" command, use system variable, get current text clipboard content, create macro toolbar |
|
10 |
send keyboard keystrokes, create macro group, create general macro, edit macro "code", ctrl, tab, enter, escape, comment, create macro toolbar |
|
11 |
This video shows how to create a keyboard trigger to insert text to document. |
auto-text (auto-complete) trigger, text shortcut, hot-key trigger |
12 |
This video shows how to create a mouse trigger to insert text to document. |
create mouse trigger |
13 |
create a general macro, add message command, create file change trigger |
|
14 | create a text macro, window trigger, active window |
Note: Some videos do not contain audio.
# |
Example |
Tags |
1 |
clipboard, macro toolbar, macro group |
|
2 |
folder trigger, file add, file delete, file change, enable macro, disable macro, form |
|
3 |
Interactively generate a letter with data retrieved from CSV file |
text macro, template, variables, CSV, form, loop |
4 |
Excel, loop |
|
5 |
enumerate files, loop, procedure, windows |
|
6 |
clipboard, expression, download, open web page, manipulate text |
Video Tutorial - Create a simple text replacement macro Video Demo - Macro Toolworks in action: Generating help documentation |
How to generate a letter This tutorial explains how to generate a business letter from an input form. The macro opens a form where user enters/selects parameters of the letter and the business letter filled with the entered parameters is then automatically inserted to application (in our example it is a new Gmail e-mail). |
How to Use Single Shortcut for Multiple Macros
This tutorial explains how to use the same shortcut for multiple macros. |
How to combine multiple macros
This tutorial explains how to create a macro that calls other macros in order to achieve a more complex task. This is an extension of "How to Create Clipboard Macro" |
Howto create clipboard macro
This tutorial explains how to create a clipboard macro that will insert a predefined rich text (colored text, large fonts, UNICODE characters, symbols, hyperlinks,pictures) to other application. The example inserts a rich text e-mail signature in Gmail. |
How to create text insertion macro
This tutorial explains how to create a macro that will insert a predefined text to other application. |