昨天,今天,明天,每天的每天,你是否都多懂得一点点...

星期四, 八月 02, 2018

[网络技术] How to capture tooltip popup balloon on Mac OS - A capture delay technique

Sometimes, you need to capture a screenshot with tooltip. But once your press the screen capture shortcut, the tooltip disappears. 



If you are on Mac OS, there is a build-in tool which you can use in this situation.

Run the following command and get your screen ready in 5 seconds. You can find your screen capture on your Desktop with the name screencapture.png.

[bash]
screencapture -T 5 -C ~/Desktop/screencapture.png
[/bash]

The "-T 5" argument set the time delay to 5 seconds. 
The "-C" argument ask the command to capture mouse as well.

Tags: capture tooltip, capture delay, Mac OS, tooltip popup, tooltip popup ballon, screencapture


没有评论:

其它博客地址

此博客的同步博客地址: http://fengnz.wordpress.com
这里进入我的MSN SPACE.