Is there a keyboard shortcut to switch back and forth between two macros, in the KM Editor?
I don’t think so, and I have a macro that allows me to do this. But before I post it, I thought I’d double-check to make sure a hotkey doesn’t already exist for this.
There is no keyboard shortcut, though you can just click on the clock edit history button.
1 Like
We use Keyboard Maestro – we hate clicking buttons…Â
-Chris
Well, even if you don’t like the scrolling feature, this macro:
MACRO: Toggle Between Macros and Maintain Scroll Position
OUTDATED.
KM now automatically maintains the scroll position, so you don't need that portion of this macro anymore.
Instead, use this version: MACRO: Toggle Between Macros
UPDATED Version 2.0:
Now makes use of a common set of Sub-Macros to save and restore scroll position. These Sub-Macros can be used by other macros, which can contribute to, and make use of the saved Scroll Positions.
NOTE to users of @JMichaelTX 's v1.1 version…
has a little AppleScript in it that clicks the button. So use it and assign a shortcut key!