0

Possible Duplicate:
How to paste Print Screen on MS Paint automatically when press “PrtSc” button?

Want to create a simple Windows 7 macro to open paint in edit mode. I frequently take screenshots and need to quickly crop or markup the picture.

Use: print screen button + macro command + ctrl v

1 Answers1

0

Autohotkey would be your best bet. You could design a macro to do all three steps with a single key combo. It's free, open source and (in my opinion) easy to use.

EDIT: See the script in the answer to the question Karan linked to

Snesticle
  • 1,006