I know I can just move all my windows out of the way by moving 4 fingers up on my trackpad, but how do I minimize all of them at once?
F11 (or fn+F11, depending on what option you have selected) to Show Desktop, otherwise known as Hide All.
Command + H may vary by Application, for example Photoshop is control + command + H.
Yes, Command+H isn't hiding Safari. I haven't tested other apps.
Works for me.
Have you setup any system wide commands? Those will override the defaults. The majority of apps follow the command + H standard.
Works for me.
Have you setup any system wide commands? Those will override the per-application commands. The majority of apps follow the command + H standard.
How do I do that?
How do I do that?
How do I do that?
+option+M maybe?
+M minimizes the active window... so it only seems logical that adding option would minimize everything. After all, the Close command (
+W ) behaves in this way.
Those were referring to changing the defaults for hiding an app as in the Photoshop discussion. Wouldn't let you minimize all the windows at once as you are looking to do.
Here's a place to start:
http://www.macosxhints.com/article.php?story=20060228103054894
tell application "Finder"
tell application "System Events" to key code 4 using {command down, option down}
end tell
tell application "Quicksilver"
tell application "System Events" to key code 4 using {command down, option down}
end tell