Close "all" engine windows?

I often have multiple reminders displayed. I know that I can close multiple reminders by pressing the option key and clicking the red dot in the top left corner of one of the reminders and I know the close last engine window action.
Is there a way to create a macro to close all engine windows (all reminders) ?

thanks in advance for your time and help

Just use an "Execute an AppleScript" action containing:

tell application "Keyboard Maestro Engine"
	close every window
end tell
1 Like

thanks very much.
Your AppleScript works perfectly.
I also discovered by chance that simply pressing the spacebar closes named clipboards. If multiple named clipboards windows are open, each time I press spacebar one of the named clipboards is closed in sequence.

Thanks. I didn't know that. Good discovery.

1 Like