Skip to content

Instantly share code, notes, and snippets.

@jehumo
Created March 5, 2015 12:18
Show Gist options
  • Save jehumo/5201ed66a526f8b2fcd6 to your computer and use it in GitHub Desktop.
Save jehumo/5201ed66a526f8b2fcd6 to your computer and use it in GitHub Desktop.
Mac screenshots
#On terminal
defaults write com.apple.screencapture location /Users/[your_user]/Desktop/workarea/screenshots
killall SystemUIServer
Command + Shift + 3: Take a screenshot of the entire screen. If you have multiple displays, a separate full-screen screenshot will be created for each display.
Command + Shift + 4: Take a screenshot of a defined area.
Command + Shift + 4 + Spacebar: Take a screenshot of the selected window. To use this shortcut, press Command + Shift + 4 first, then tap the Spacebar.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment