How to Count The Keyboard Maestro Editor's Open Windows

Keyboard Maestro Function:

  • WINDOWCOUNT function
    • This function will get the count of whatever app is frontmost.

AppleScript:

tell application "Keyboard Maestro"
   return count of windows
end tell
1 Like