MAC OS X即可
快捷键:
Shift+Command+3 截取全屏幕至桌面
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 true2、恢复默认:defaults write com.apple.screencapture disable-shadow -bool false3.改变文件格式:defaults write com.apple.screencapture type
当输入完上面命令后,得要输入下面的命令才能生效:killall SystemUIServer