Added some actions to the Favorites, but I can't seem to find a way to delete/rename/edit them?
Even though I would expect a more "standard" approach to this such as right-clicking and showing a menu with these tasks, I can see how Renaming and Editing could be achieved:
Editing - load the action(s) into a macro, make the changes, then Add to Favorites and by using the same name it will show the Replace Existing button as enabled.
Renaming - load the action(s) into a macro, make the changes, then Add to Favorites by using a new name
Now I can't seem to find the way to completely delete unused ones or the ones where the name is wrong/outdated.
There are a few more that are incredibly useful and quick to use.
Hereβs the set of really useful shortcuts when editing macros in the KM editor:
ββA - insert an Action (in a macro) ββT - insert a Token (in a field) ββV - insert a Variable (in a field) ββF - insert a Function (in a field) ββW - insert an ICU Date (in a field)
Each of these brings up a spotlight-like dialog that helps you easily find and insert the corresponding item.
<kbd>β</kbd><kbd>β</kbd><kbd>A</kbd> - insert an Action (in a macro)
<kbd>β</kbd><kbd>β</kbd><kbd>T</kbd> - insert a Token (in a field)
<kbd>β</kbd><kbd>β</kbd><kbd>V</kbd> - insert a Variable (in a field)
<kbd>β</kbd><kbd>β</kbd><kbd>F</kbd> - insert a Function (in a field)
<kbd>β</kbd><kbd>β</kbd><kbd>W</kbd> - insert an ICU Date (in a field)
You basically use the simple regex (OMG) for a character . to step through the clipboard which is a collection of single characters. Hmmm - the macro explains it better than I can tell!