Most Mac OS users know about -Q for quit. And -C, -X, -V for copy cut and paste. Likewsie -P for print and -S for save.

Is there a keyboard shortcut for maximizing a window? Or minimizing it?

Are there other daily-use keyboard shortcuts you use on your Mac?

link|improve this question
1  
1  
That's not an exact dupe of this one. – Josh May 6 '10 at 16:27
1  
@Josh I didn't say it was. I just linked to it because it was related and useful to people interested in this question. :) – Troggy May 6 '10 at 21:25
@Troggy: OK cool. Someone downvoted this question and I just assumed it was you -- sorry :-) – Josh May 6 '10 at 22:48
feedback

closed as not constructive by random Aug 1 '11 at 15:57

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

12 Answers

Command Spacebar ( +              ) is the default shortcut for Spotlight, which is very useful for finding/launching applications, documents, or for quick access to a calculator.

link|improve this answer
5  
and props for creative use of the kbd tag to make a spacebar. – Doug Harris May 6 '10 at 17:22
1  
That was the highlight of my day :-) – Josh May 6 '10 at 22:49
feedback

Some of my favorites:

Shift4 Cursor changes to a cross-hair, drag over a screen area to capture a portion of a screen to a file on your desktop...

ShiftCtrl4 Same, but to the clipboard...

Hover the mouse over a word and press Ctrld - the system dictionary / thesaurus pops up for the word under the mouse. Only works in Cocoa programs (ie, not MS Office...)

Many more HERE

link|improve this answer
1  
Command-Shift-3 copies the entire screen to a file. And Command-Shift-4, then after that Spacebar, allows you to select an entire window to capture. – Josh May 6 '10 at 16:21
@Josh: Yes -- thanks. There are other variants too, but those two are my top use. YMMV. – drewk May 6 '10 at 21:01
feedback

-` cycles through windows in the current application (if they're in the same Space).

-tab cycles through active applications.

link|improve this answer
feedback

I mainly use the emacsy ones:

ctrl a: start of line
ctrl e: end of line
ctrl k: kill line from cursor
ctrl t: swap last two characters

For OSX ones:

cmd e: eject
link|improve this answer
Agree about the emacsy keys, but I always get triped up that ^k works, but ^y (yank) doesn't. – KeithB May 6 '10 at 16:56
feedback

Most applications use +m to minimize a window.

As for your question about a keyboard shortcut for zooming a window, there is some discussion here: http://www.macosxhints.com/article.php?story=20051227001809626

I think the most straightforward solution is to type the following in the terminal:

defaults write NSGlobalDomain NSUserKeyEquivalents '{"Zoom" = "@^Z"; "Zoom Window" = "@^Z"; }'

Most applications have a "Zoom" or "Zoom Window" menu option (usually in a Window menu) — the above command sets the default keyboard shortcut for that to +control+z

Another handy shortcut: when you really get in trouble and an application is non-responsive, +option+esc will open the Force Quit Applications dialog.

link|improve this answer
feedback

Sleep computer = Option+Command+Eject

Shudown/restart dialog = Control+Eject

link|improve this answer
feedback

This knowledge base article from Apple is very helpful.

link|improve this answer
feedback

You can get informations on keyboard shortcuts on Mac OS 10.6 in "System Preferences" => "Keyboard" => "Keyboard Shortcuts"

link|improve this answer
feedback

The Apple support page for Mac OS X keyboard shortcuts contains a pretty complete list. (Applies to all Mac OS X 10.x versions.)

link|improve this answer
feedback

Command-Period (-.) is the Mac OS univeral "Stop" key command. It should be the same as clicking "Stop", "Cancel", "Escape", etc.

link|improve this answer
feedback

Now this one isn't built-in - so I don't know if it counts - but with ShiftIt you can use Ctrl + Alt + Cmd together with your arrow keys to snap the window to the top, bottom, left or right half of the screen. Together with C you center it.

ShiftIt also allows you to maximize windows with Ctrl + Alt + Cmd + F; shortcuts can be changed to suit personal preferences.

link|improve this answer
feedback

Showing hidden files in Finder's Open / Save dialogs is one of my favorites:

+Shift+. (press twice to toggle)

Another useful setting I always turn on when installing OSX, is to be able to press Tab to move keyboard focus between all controls in windows and dialogs:

  1. Open System Preferences > Keyboard.
  2. Under "Full Keyboard Access:" select All Controls.

Then, I can Tab around between e.g. "Do not save" / "Cancel" and "Save" buttons (when trying to quit an application with unsaved content) and then hit   Space  on the button I want to 'click'/choose.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.