
Screenshot
Everyone knows that OS X has built-in screenshot functionality, but few are aware of how deep the functionality actually runs. Here’s a rundown of all the shortcuts: ⌘+Shift+3 (Full Screen) ⌘+Shift+Ctrl+3 (Full Screen to Clipboard) ⌘+Shift+4 (Selection)
- Hold option to grow selection from center
- Hold shift to lock in the vertical or horizontal position
- Hold space to move the selection while locking the aspect ratio
- Hold shift + space to lock in horizontal or vertical while moving the locked selection
- Hit “esc” or ⌘+Period to cancel
- Hit space to grab a window
- Hit space to grab a window
- Hold option to grow selection from center
- Hold shift to lock in the vertical or horizontal position
- Hold space to move the selection while locking the aspect ratio
- Hold shift + space to lock in horizontal or vertical while moving the locked selection
- Hit “esc” or ⌘+Period to cancel
defaults write com.apple.screencapture type png killall SystemUIServer
The default is png, but you can replace this with jpg, pdf, tiff, etc. To change the default location of the screenshot file, type the following into Terminal:
defaults write com.apple.screencapture location /Users/OSX/Documents/Screenshots killall SystemUIServer
Just replace the path with your own desired destination.