Here’s another simple QuicKeys macro. I keep this in a QuicKeys toolbar, and when I click it, it closes all open Finder windows on my desktop.
I use an AppleScript script for this one. Just copy and paste following code in the AppleScript shortcut of QuicKeys.
tell application “Finder”
activate
close every window
end tell
Create a hot key for the macro and/or put the macro in a QuicKeys toolbar.
more about “QuicKeys Demo: Closing All Finder Win…“, posted with vodpod
