[MinorChange] Added longer delay after capturing selected region image with cursor, in order to give time to move cursor to desired position.
Thanks for 3.03.01!
This is an interesting way to attack the issue... the screen capture occurs when the hot key is pressed, then when the region is finalized there's a second or two delay to move the cursor into place before it gets captured. However, once the region selection is finished, the screen is "unfrozen" so it can be changing while the cursor is getting into position!
I used a simple flash clock web page (
http://edmullen.net/fclock.php) as a test since it showed slow, predictable movement, and it was a little disconcerting to watch but worked perfectly.
Most of the other products I have tried just capture the cursor along with the rest of the screen. This method adds more flexibility at the expense of a short delay (plus my fear that I can't get the cursor to the right place in time
).