mac系统自带一个截图工具,输入快捷键就行了 
快捷键: 
Shift+Command+3  截取全屏幕至桌面 
Shift+Command+4  截取部分屏幕至桌面 
Shift+Command+4+空格 截取窗口或原件至桌面 
Shift+Command+4 然后Esc  退出截屏 
Shift+Command+Control+3  截取全屏幕至剪贴板 
Shift+Command+Control+4  截取部分屏幕至剪贴板 
Shift+Command+Control+4+空格 截取窗口或原件至剪贴板 
Shift+Command+4 拉出选框 然后 空格 移动选框 
Shift+Command+4 然后 Shift  保持选框高度(宽度),修改宽度(高度) 
Shift+Command+4 然后 Option  保持选框中心,修改半径 
快捷键功能修改:打开“应用程序-》实用工具-》终端”,输入以下命令完成不同的功能: 
1、截屏时不带阴影:defaults write com.apple.screencapture disable-shadow -bool true 
2、恢复默认:defaults write com.apple.screencapture disable-shadow -bool false 
3.改变文件格式:defaults write com.apple.screencapture type <format> 
format可选择的格式有:png (默认)、pdf、jpg、jp2 (JPG2000)、gif、tif (TIFF)、bmp、pict、tga 
4、改变截图路径:defaults write com.apple.screencapture location <path> 
注意:默认的路径是桌面:~/Desktop 
5、改变文件名方式:defaults write com.apple.screencapture name <string> 
 
 
本人用的是苹果虚拟机,普通电脑上用windows键替换Command键,其他不变就ok了,也挺方便的 |