What are your favorite keyboard shortcuts on Mac OS X?
|
All of the shortcuts are my favorite! Specifically (based on frequency of use) ⌘+H: Hide application |
||||
|
|
|
||||
|
|
|
Typing / on any file dialog will give you a "go to folder" dialog, which autocompletes with tab (you have to wait a second for it to work). This lets you type in the full path, from the root Extra handy if you want to open from / save to hidden locations or already have the command line path you want to save something in. This can be also accessed via ~ (i.e. the tilde key, to start from your home directory, e.g. |
|||||||||
|
|
In a text area: |
||||
|
|
Power keys:Ctrl+⏏: "Are you sure you want to shut down your computer" dialog message appears:
Ctrl+⌘+⏏: restart the computer Ctrl+⌥+⌘-⏏: shut down the computer ⌘+⌥+⏏: puts the computer in sleep mode ⇧+Ctrl+⏏: puts the monitor in sleep mode |
|||||
|
|
Command ⌘ + Option ⌥ + Esc ⎋ brings up the force quit dialog, which is handy for killing unresponsive applications.
Command ⌘ + Option ⌥ + Shift ⇧ + Esc ⎋ held down for 5 seconds kills the foremost application. |
||||
|
|
|
ctrl+F2: Access the menu via the keyboard (Windows alt+space equivalent). |
|||||||||||||||||
|
|
⌘+⇧+4: selective screenshot saved on desktop ⌘+⇧+ctrl+4: selective screenshot saved in clipboard |
|||||
|
|
⌘+⇧+.: show/hide hidden files on any file dialog |
|||||
|
|
⌘+space: activate spotlight. Then you can launch any application, open most files, do quick calculations, etc. |
||||
|
|
|
ctrl+⌥+⌘+8: High contrast theme. ⌘+` (backtick): Cycle through app's windows. |
|||||
|
|
⌘+⌥+H: hide all inactive application windows This is great for focusing on a single task or works well as a kind of show desktop if you switch to Finder first (providing you have few or no windows open) |
||||
|
|
|
|||||
|
|
⇧+⌘+?: Help->Search, then type any menu item text, can be just a prefix ⌘+E: put selected text in search dialog ⌘+G and ⇧+⌘+G: find next/previous ⇧+⌃+⌘+4: Take a screenshot, press space for whole window screenshot ctrl + mouse scroller: zoom screen ⌥+⌘+⏏: sleep |
||||
|
|
|
While being in the application switcher (using ⌘+⇥) cycle to an application by pressing ⇥ or ⇧+⇥; then - while still holding down ⌘ - press the down arrow to see an expose view of the selected app´s windows, including minimized windows. Using the arrow keys navigate to a window you want to bring to the foreground and hit ← to select it. |
||||
|
|
|
⌘+E: Put selected text into search clipboard. Then ⌘ + G to find next. In combination with regular copy-paste you can do selective search and replace very quickly and conveniently. |
||||
|
|
|
ctrl+⇥ Cycles through tabs in a web browser going to the right. ctrl+⇧+⇥ Cycles through tabs in a web browser going to the left. ⌘+↓ Goes to the very bottom of a web page or textarea. ⌘+↑ Goes to the very top of a web page or textarea. |
||||
|
|
|
⌘+⇧+4+space+click on a window copies the current window to the desktop. This is very useful while taking screenshots without the need to crop. The rounded edges stay rounded. Use this with ctrl to copy the image to the clipboard. |
||||
|
|
|
⌘+⇥: Cycle through applications. ⌘+`: Cycle through the current application's windows. ⇥: Auto fill commands and file/directory names in Terminal. ⌘+⇧+4: Take a screenshot of a selected area. ⌘+⇧+3: Take a screenshot of the whole screen. |
||||
|
|
|
On newer keyboards, invoke Exposé to
While being in Exposé,
|
||||
|
|
|
Zoom shortcuts, very good for presentations: fn+⌥+⌘+8: turn on/off zoom fn+⌥+⌘+=: zoom in fn+⌥+⌘+-: zoom out |
||||
|
|
|
Holding down the ⌥ while booting to select the startup volume. Holding down C while booting to boot from a CD/DVD in the drive. |
||||
|
|
|
⌘+⇥: Cycle through running apps ⌘+`: Cycle through windows for current app ⌘+W: Close current window ⌘+Q: Quit current app ⌘+,: Preferences dialog for current app ⌘+H: Hide current app (as long as it's not Photoshop) ctrl+⇧+⏏: Sleep all displays |
|||||||||
|
|
Here's a great one (for switchers) I got from the TextMate blog; Create the folder ~/Library/KeyBindings (if it doesn't already exist) In there, create a key-binding file DefaultKeyBinding.dict In that file, put this text (including all braces & punctuation);
{
/* home */
"\UF729" = "moveToBeginningOfLine:";
"$\UF729" = "moveToBeginningOfLineAndModifySelection:";
/* end */
"\UF72B" = "moveToEndOfLine:";
"$\UF72B" = "moveToEndOfLineAndModifySelection:";
/* page up/down */
"\UF72C" = "pageUp:";
"\UF72D" = "pageDown:";
}
Save the file, and when you next start a Cocoa app (eg Mail, TextEdit etc) you will find that Home, End, Pg Up and Pg Down now work as they do on Windows. It's well worth having a look at the whole of that article - he explains exactly how to make this file and how the bindings work, with information about the other keycodes etc. |
|||||||||||||
|

