MacOS – How to unminimize windows from an application using a key combination

macoswindow-manager

Coming from the Windows world, I was initially used to using Cmd-Tab to switch between open windows. On OS X this switches between applications, so I had to learn to use Ctrl-` to switch between windows in an application. However, even this doesn't seem to switch to minimized windows and (for better or worse) I am in the habit of minimizing windows. The only way I have found to unminimize them is to long-click on the icon in the dock and select the window I want, which is annoying. Is there a key combination I can use which will switch between windows and unminimize them at the same time, or any related keys which would help?

I am using OS X 10.8.

Best Answer

I'm from the same boat;

the best native keyboard-only I've found is

  1. CTRL-DOWN-Arrow; (you enter app expose)
  2. DOWN-arrow; (if there are any minimized windows, this'll put a cursor on one)
  3. LEFT-arrow/RIGHT-arrow (to select from multiple minimized windows) or hold OPT if you want all of them restored.
  4. RETURN

alternative step1: getting into app expose before you've alt-cmd'ed to an app:

with CMD still held down, (the task switcher is visible) tap DOWN, or UP, or 1 (now in app expose)


The above shows only one app's minimized windows at a time; for selecting from any minimized window regardless of app, CTRL-F3 moves focus to the dock, and you can arrow left to get to the minimized list.

if your CTRL-F3 instead shows you the app-expose, try FN-CTRL-F3. (In my settings/keyboard, I've flagged "Use all F1, F2, etc. keys as standard function keys")


Some apps have specific alternatives; I use Terminal's CMD-window_number, which unminimizes and focuses that window.