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
Keyboard Maestro Function:
AppleScript:
tell application "Keyboard Maestro"
return count of windows
end tell