Hello,
I want to create a macro to capture (region) with snagit and paste into application.
for the region capture, should I simply tell the macro to type the hotkey, or is there a more elegant way.
after the capture, I want to open Evernote, and paste the capture into the current note. How should I tell the macro to wait for me to finish the capture before calling up evernote and pasting the image.
thanks very much in advance
This should do the trick. The key to pausing until the screen capture is complete is using the CLIPBOARDSEED() function.
##Macro Library [SNAGIT] Capture User Selected Region & Paste to Evernote
####DOWNLOAD:
<a class="attachment" href="/uploads/default/original/2X/3/38fc25947435d8f2918c082ab60e3d043416f79b.kmmacros">[SNAGIT] Capture User Selected Region & Paste to Evernote .kmmacros</a> (5.0 KB)
---
###ReleaseNotes
MACRO SETUP:
* Change the "Type a Keystroke" in magenta to use the SnagIT HotKey you have setup to activate screen capture.
.
* You can remove the "Alert" Action if you know you have Evernote Note ready for the paste BEFORE triggering the macro.
---
<img src="/uploads/default/original/2X/8/861ee91616c22d58938653f0fc6bcfae59e87061.png" width="479" height="742">
thank you very much.
excellent macros.
2 minor issues:
sometimes for reasons that are not clear, evernote is not activated after the capture (although it is one of the active apps)
it is a little bit cumbersome (minor issue) at the end. I click inside the body of the note, as you request, but then I have to click back in the macro dialog box, click on continue. Could the paste be activated as soon as I click inside the body of the note?
thanks again very much