From Newsgroup: comp.sys.mac.system
I don't know what Quicksilver is, but you can do the same thing with the Applescript:
tell application "System Events"
set activeProcesses to every process
repeat with processCounter from 1 to count activeProcesses
set thisProcess to item processCounter of activeProcesses
if visible of thisProcess is true then
set visible of thisProcess to false
else
set visible of thisProcess to true
end if
end repeat
end tell
The Applescript menu is not enabled by default, you have to turn it on.
-- Gnarlie
Entity Martin Lorentzson uttered this profundity:
Greetings,
I'm a complete newbie to OSX (Tiger). I'm a little confused on the
behaviour of the Cmd-Tab key combination. Cmd-Tab will display
applications minimized to the Dock, but selecting such an application
does not restore it (nothing seems to happen at all.)
Can I restore a minimized application using the Cmd-Tab key
combination? I've found that QuickSilver[1] restores minimized
applications, but I find it takes just a little too much effort.
/Martin
[1] Great application! It alone seems worth the effort to switch!
--- Synchronet 3.18b-Win32 NewsLink 1.113