|
Nzyme
|
 |
« on: December 27, 2011, 08:32:21 AM » |
|
I believe most users take screenshots by directly pressing the "PrtScn" button (entire screen) or "Alt + PrtScn" (for the active window). After this, they use the MS Paint program in this sequence:
1. Click on the "Start" logo or press the "Start" button on the keyboard (if available) 2. Type in Paint and click on "Paint" from the results or navigate to All Programs > Accessories > Paint 3. Open Paint and paste the image (Ctrl + V) or by the menu option.
I was wondering if it is possible to eliminate all the above 3 steps so that when the user presses either the "PrtScn" button or "Alt + PrtScn", MS Paint should open automatically with the copied image.
|
|
|
|
|
Logged
|
|
|
|
|
skwire
|
 |
« Reply #1 on: December 27, 2011, 08:55:28 AM » |
|
If you're serious about taking screenshots, I'd recommend a dedicated screenshot tool like mouser's own Screenshot Captor. However, to answer your original request, here's an AutoHotkey snippet that will do the job: Formatted for Autohotkey with the GeSHI Syntax Highlighter [ copy or print] $PrintScreen:: $!PrintScreen:: { { } { } Run, mspaint .exe , , , myPID }
|
|
|
|
|
Logged
|
|
|
|
|
mouser
|
 |
« Reply #2 on: December 27, 2011, 09:05:25 AM » |
|
Note that you can ask Screenshot Captor to auto open new screen captures in MS Paint or any other program, assuming the built-in editing tools of the program are insufficient.
|
|
|
|
|
Logged
|
|
|
|
|
|
Shades
|
 |
« Reply #3 on: December 27, 2011, 09:12:14 AM » |
|
+1 with ScreenshotCaptor from Mouser. Besides that it does by default almost exactly what you ask by default, you can also set it up to name and store each screenshot without any further interaction at all.
Although MSPaint is not opened by default, a different but more functional editor is. This piece of software is really the "icing on the cake" and can stand against any commercially available solution that is available out there.
|
|
|
|
|
Logged
|
|
|
|
|
kunkel321
|
 |
« Reply #4 on: December 27, 2011, 03:02:54 PM » |
|
Yepper doodle. ScreenshotCaptor is what you need.
|
|
|
|
|
Logged
|
|
|
|
|
Nzyme
|
 |
« Reply #5 on: December 27, 2011, 11:46:44 PM » |
|
@skwire: Thanks for providing the script. I am totally new at this (AutoHotkey and stuff). I tried to run the script and got the attached error.
|
|
|
|
|
|
skwire
|
 |
« Reply #6 on: December 27, 2011, 11:52:49 PM » |
|
Do you have the entire code on one line or something?
|
|
|
|
|
Logged
|
|
|
|
|
Nzyme
|
 |
« Reply #7 on: December 29, 2011, 09:15:50 AM » |
|
It spans a few lines - 3 to 4 lines I think. (I have copied the code after clicking on "copy or print" link in the code box above and pasted it in Notepad) and then ran the script. Do I have it on the Notepad "just as" it appears in the code box above without the line numbers?
|
|
|
|
|
Logged
|
|
|
|
|
skwire
|
 |
« Reply #8 on: December 29, 2011, 09:18:47 AM » |
|
It needs to be in Notepad just like you see it in the above code box (19 lines).
|
|
|
|
|
Logged
|
|
|
|
|
pspin
|
 |
« Reply #9 on: December 29, 2011, 10:51:58 PM » |
|
I use Gadwin´s PrintScreen for this kind of matter. It is freeware, and you can put the saves directly into a chosen folder (it autosaves the files). If you want to edit with MS-paint just make sure that it will become the standard utility when you double-click the saved picture. http://www.gadwin.com/download/I think that chosing a standard program for your saved files (starts with a right click over a jpg-file) would do the most of the work. I hope to have been of some support. EDIT: I just saw mouser screenshot captor, it also is a really cool program. I am in for a try!
|
|
|
|
« Last Edit: December 29, 2011, 11:04:22 PM by pspin »
|
Logged
|
|
|
|
|
Nzyme
|
 |
« Reply #10 on: January 12, 2012, 11:08:45 AM » |
|
I just happened to use "FastStone Capture" and I have to say "Awesome!!!". Very light program and does exactly what I wanted. 
|
|
|
|
|
Logged
|
|
|
|
|
justabeginner
|
 |
« Reply #11 on: February 24, 2012, 06:00:00 PM » |
|
|
|
|
|
« Last Edit: March 05, 2012, 09:23:23 PM by justabeginner »
|
Logged
|
|
|
|
|