Created
March 5, 2015 12:18
-
-
Save jehumo/5201ed66a526f8b2fcd6 to your computer and use it in GitHub Desktop.
Mac screenshots
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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