当在 Mac 机上使用快捷键 Command(⌘)+Shift+4+空格,进行截图的时候,周围就会带上阴影。首先就来介绍如何移除截图中的阴影部分的技巧吧:
1: 打开终端
2: 粘贴上以下内容:
defaults write com.apple.screencapture disable-shadow -bool true
3: 继续粘贴以下内容,别忘记还要敲回车:
killall SystemUIServer
如果哪天又想使用到带阴影截图的话,就试试下面的命令:
1: 又打开终端
2: 继续粘贴以下内容:
defaults write com.apple.screencapture disable-shadow -bool false
3: 仍然粘贴以下内容:
killall SystemUIServer
4:打完,收工!