This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
trigger:Status_Menu [2021/10/11 23:29] peternlewis |
trigger:Status_Menu [2024/09/28 03:01] (current) peternlewis typo |
||
---|---|---|---|
Line 7: | Line 7: | ||
The Status Menu is particularly useful for less frequently used macros whose Hot_Key you might forget or for macros that *feel* like menu actions like opening or processing files, or arranging windows. You could use a trigger like this to add custom facilities to applications. | The Status Menu is particularly useful for less frequently used macros whose Hot_Key you might forget or for macros that *feel* like menu actions like opening or processing files, or arranging windows. You could use a trigger like this to add custom facilities to applications. | ||
- | You can control the sorting order of macro groups and macros by adding two characters and a closing braket (eg “01)My Macro”). The prefix will be removed before displaying in the status menu, but will be used to control the order of the macros shown. | + | You can control the sorting order of macro groups and macros by adding two characters and a closing bracket (eg “01)My Macro”). The prefix will be removed before displaying in the status menu, but will be used to control the order of the macros shown. |
If the macro name is just “-” (after the sorting characters are removed) then the a divider will be shown in the menu instead. | If the macro name is just “-” (after the sorting characters are removed) then the a divider will be shown in the menu instead. |