Mac改变系统截图存储路径

时间:2018年9月13日

人物:同事和我

事情:看苹果秋季新品发布会,并且想要截图下来当时的新品介绍。

问题:系统的截图默认是存储在桌面,整理的时候,不是很方便。

Mac截图快捷键

截取选中区域command + shift + 4

截取全屏command + shift + 3

 

改变截图的存储的位置:

使用命令:

    • defaults write com.apple.screencapture location /Users/wangyongwang/Desktop/Resources/SystemScreenCaptures   (location后边跟的是要存储的图片的路径文件夹)
    • killall SystemUIServer

学习网址:

我会不定期分享 iOS 相关技术文章
原文地址:https://www.cnblogs.com/ITCoderW/p/9695157.html