(Not sure if anything else uses that name. It was the first thing I thought of.
)
This is just a quick little tool to take screenshots. An IM program called Trillian allows me to directly paste an image from my clipboard into chat. I got tired doing this every time I wanted to screenshot something:
- PrintScreen
- G2 (I have a Logitech G19, I set this key to open MS-Paint)
- Find the newly-opened Paint window
- Ctrl+V
- Crop
- Ctrl+A
- Ctrl+C
So, I made this.
It works with multiple monitors (or at least, two same-sized monitors).
Starting the program appears to do nothing. Instead, it needs to be activated by a key combination:
Pressing Ctrl+PAGE_UP will lighten the entire screen, and a small black circle will follow your mouse. Now, click and drag, and a black rectangle will show the selection area. If you aren't happy with that rectangle, you can choose another. Once you've chosen an area, press enter. The white area and black rectangle should disappear, and the new screenshot will appear in your clipboard. It is also saved to "%APPDATA%/quicksnap".
If you want to close it for some reason, press Ctrl+PAGE_DOWN. A window should show up like this:
Pressing the red "No" button will let it continue running, and pressing the green "Yes" button will close it. Once it is closed, you can't do Ctrl+PAGE_UP anymore.
If you hadn't guessed by the "%APPDATA%" comment earlier, it's Windows-only (although it should be fairly easy to port). It would probably work great as a startup program though!
DownloadVersion 0.1.1:
DownloadVersion 0.1.0:
DownloadThe source code is
here.
Changelog[10/25/2012] Initial Release
[11/5/2012] Fixed issue with images being washed out on some computers.