I use (and adore) shutter.
However, sometimes I want to take a screenshot of a selection that is state-dependent, and clicking the mouse changes the state.
For example, if I have a drop-down menu, and I then open Shutter (even with a keyboard shortcut), the Selection dialogue opens and causes the drop-down menu to retract (and I thus am unable to take a screenshot of it).
How can I open the screenshot-of-selection dialog while leaving my screen in the exact state that it's in (ie, without registering any mouse clicks).
sleep 5; shutter -a
that will cause the system to sleep for 5 seconds that way you can move your mouse into position, then the -a means to take a snapshot of the active window? – Terrance Apr 24 '17 at 14:57man shutter
.-m
causes a 10 second delay while you move your mouse into position so you can get the menu.-t
does tooltips with a 10 second delay. – Terrance Apr 24 '17 at 15:19