Loading... # Mac Screenshot Setting ## Shortcuts * full capture <kbd>command</kbd><kbd>shift</kbd><kbd>3</kbd> * area capture <kbd>command</kbd><kbd>shift</kbd><kbd>4</kbd> * window capture <kbd>command</kbd><kbd>shift</kbd><kbd>space</kbd><kbd>4</kbd> * clipboard <kbd>command</kbd><kbd>control</kbd><kbd>shift</kbd><kbd>4</kbd> ## Default extension ```bash # .jpg bash > defaults write com.apple.screencapture type jpg bash > killall SystemUIServer # .gif bash > defaults write com.apple.screencapture type gif bash > killall SystemUIServer # .pdf bash > defaults write com.apple.screencapture type PDF bash > killall SystemUIServer # .png bash > defaults write com.apple.screencapture type png bash > killall SystemUIServer # .tiff bash > defaults write com.apple.screencapture type tiff bash > killall SystemUIServer ``` ## Default save path ```bash bash > defaults write com.apple.screencapture location ~/Download bash > killall SystemUIServer ``` © Reprint prohibited Support Appreciate the author AliPayWeChat Like 1 If you think my article is useful to you, please feel free to appreciate