mip*_*adi 56
如果要将屏幕截图放在剪贴板上(而不是创建图像文件),请在按下组合键的同时按住 control。
如果您是命令行迷,请查看man screencapture
. 它功能齐全,令人惊讶。
例如:
# Capture interactively - allow you to grab a portion of the screen
# Save item as snap.jpg
screencapture -i snap.jpg
# Capture interactive and open immediately in Preview
screencapture -iP snap.jpg
Run Code Online (Sandbox Code Playgroud)
还有一些选项可以立即将快照弹出到 Mail.app 中(如果您使用它),用于时间延迟,用于包含或删除光标,用于基于窗口或选定的捕获等。
小智 7
您可以按 Cmd-shift-3 将整个桌面转储为 ~/Desktop 文件夹中的图像,或按 Cmd-shift-4 以抓取子区域。点击 Cmd-shift-4 然后按空格键切换到抓取整个窗口。
如果你想编写脚本,还有 /usr/sbin/screencapture 等等。
归档时间: |
|
查看次数: |
36896 次 |
最近记录: |