Hiding Apps
Hiding Apps
- Subject: Hiding Apps
- From: Rob Lewis <email@hidden>
- Date: Tue, 5 Feb 2002 16:55:18 -0800
Can somebody give me a quick one-liner to hide all the apps (in OS X)
except the Finder. This doesn't work:
set visible of (every Application whose name is not "Finder") to false
(AS just says it can't do it)
If I can figure out a way to attach this to a keystroke, it will fill
the void in the Finder's keyboard shortcuts (it offers CMD-H to hide the
current application, but I want a keystroke to hide 'em all).
What would I have to add to also close any open Finder windows?