##MACRO: Toggle Between Macros
Toggle Between Macros.v1.0.kmmacros (20.4 KB)
Use a hotkey to switch back and forth between the two most recently-used macros. It is the equivalent of clicking the "Clock" icon in the editor (in fact, that's what this does).
I assign this to ^Tab.
NOTE: I published a version of this previously, but it contained functionality that is no longer needed, so I thought I'd publish a simplified version.
Here's the AppleScript, because this is all you really need.
tell application "System Events"
tell process "Keyboard Maestro"
perform action "AXPress" of button 1 of group 5 of window "Keyboard Maestro Editor"
end tell
end tell