Hi - I would like to create a macro that upon a hotkey being pressed, Checks how many Keyboard Maestro Editor Windows are open.
Is there a way to setup this macro, thanks!
Hi - I would like to create a macro that upon a hotkey being pressed, Checks how many Keyboard Maestro Editor Windows are open.
Is there a way to setup this macro, thanks!
Keyboard Maestro Function:
AppleScript:
tell application "Keyboard Maestro"
return count of windows
end tell