把抓圖儲存到桌面 (Command 就是蘋果鍵"⌘")
- Command-Shift-3: 抓全螢幕
- Command-Shift-4: 可用滑鼠自己選取範圍
- Command-Shift-4, 再按Space: 抓取視窗元件
和上面一樣,只是儲存到剪貼簿
- Command-Control-Shift-3
- Command-Control-Shift-4
- Command-Control-Shift-4, 再按Space
參考資料
Taking Screenshots in Mac OS X - Mac Guides
改變抓圖儲存的位置
打開終端機,下達指令:
$ defaults write com.apple.screencapture location ~/Desktop/Snapshot $ killall SystemUIServer
若要改回來原本位置:
$ defaults write com.apple.screencapture location ~/Desktop/ $ killall SystemUIServer
參考資料
Change the Screen Shot Save File Location in Mac OS X
改變抓圖的預設檔名
預設的名字是"螢幕抓圖 (datetime)"
$ defaults write com.apple.screencapture name "Snapshot" $ killall SystemUIServer
參考資料
Change The File Name Of Screenshot In Mac OS X - YouTube
沒有留言:
張貼留言