manual:Macro_Groups
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| manual:Macro_Groups [2017/08/23 06:55] – peternlewis | manual:Macro_Groups [2023/09/28 04:30] (current) – peternlewis | ||
|---|---|---|---|
| Line 8: | Line 8: | ||
| Macro~~Groups can be displayed as palettes, allowing you to create your own custom toolbars which can be configured with a variety of themes and to appear under the mouse. | Macro~~Groups can be displayed as palettes, allowing you to create your own custom toolbars which can be configured with a variety of themes and to appear under the mouse. | ||
| + | |||
| + | Macro~~Groups can also be displayed in the menu bar, including information that is displayed and dynamically updated, as well as offering another way to trigger macros. | ||
| If you are syncing your macros with another Mac, Macro~~Groups can be disabled specifically on this Mac. | If you are syncing your macros with another Mac, Macro~~Groups can be disabled specifically on this Mac. | ||
| Line 15: | Line 17: | ||
| {{ macros.png? | {{ macros.png? | ||
| - | Now click the BUTTON{{{+}}} button | + | Now click the BUTTON{{{+}}} button |
| - | {{ macrogroupeditor.png? | + | {{ macrogroupeditor.png? |
| Enter the name of your new Macro~~Group. | Enter the name of your new Macro~~Group. | ||
| Line 68: | Line 70: | ||
| With the previous three settings, the macros are active if and only if the palette is displayed. | With the previous three settings, the macros are active if and only if the palette is displayed. | ||
| - | You can disable or enable a macro group by selecting it and clicking | + | You can also display |
| You can change the targeting of an existing group by selecting it in the Groups list and ensuring you are in Edit mode by clicking the BUTTON{{{Edit}}} button, or by double clicking the macro group. | You can change the targeting of an existing group by selecting it in the Groups list and ensuring you are in Edit mode by clicking the BUTTON{{{Edit}}} button, or by double clicking the macro group. | ||
| - | You can disable a Macro Group from AppleScript with: | + | You can disable |
| - | <code applescript> | + | Disabled |
| - | tell application " | + | |
| - | setMacroEnable "Macro Group Name or UID" with/ | + | |
| - | end tell | + | |
| - | </ | + | |
| - | You can start editing a Macro or Macro Group from AppleScript with: | + | You can control |
| - | <code applescript> | + | * Cut, Copy, Duplicate or Delete the Macro Group. |
| - | tell application " | + | * Copy the Macro Group as XML, or its UUID. |
| - | | + | * Copy the Macro Group as a [[action: |
| - | end tell | + | * Disable or Rename the Macro Group. |
| - | </ | + | * Export the entire Macro Group. |
| - | You can get the list of currently selected macros or macro groups | + | The Keyboard Maestro editor has full AppleScript support so you can manipulate |
| - | <code applescript> | + | To delete a Macro~~Group, |
| - | tell application " | + | |
| - | selectedMacros | + | |
| - | end tell | + | |
| - | </ | + | |
| - | + | ||
| - | To delete a Macro~~Group, | + | |
| You cannot delete or rename or disable the Global~~Macro~~Group. | You cannot delete or rename or disable the Global~~Macro~~Group. | ||
| - | |||
manual/Macro_Groups.1503471312.txt.gz · Last modified: by peternlewis
