越來越多的人開始使用蘋果筆記本電腦,不過蘋果筆記本與平常使用的筆記本不同的是系統,因此很多在原理筆記本使用的快捷鍵也不能用了,今天小編就給大家提供下Mac截圖快捷鍵大全吧。
快捷鍵:
2Shift+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》。