Using clipboard history in macros?
Posted: Tue Sep 29, 2009 4:40 pm
I'm trying to create a macro that accesses text from the clipboard history and inserts it.
Basically, I type some stuff, use Ctl-F3 to activate the clipboard history, move the cursor to select the desired text, press enter to insert it, press Ctl-F3 to close the clipboard history, type some more stuff, press Ctl-F3 to open the clipboard history again and select some different text and insert it. (I am expecting the clipped text entries to be copied in a certain order). When it's all done I press Ctl-F3 to open the clipboard history, right click and select "clear" from the context menu to reset it.
When I run the macro, all I get is the typed text. I don't get the text from the clipboard history, and the clipboard history is not cleared.
I have tried selecting the clipboard history text using the mouse and the keyboard by pressing Shift-F10 to get the context menu.
Am I not understanding how this works?
I'm basically trying to simulate multiple clipboards, or a stack, or a registry, or what have you, of different bits of cut/copied text and then reassemble them using a macro.
Basically, I type some stuff, use Ctl-F3 to activate the clipboard history, move the cursor to select the desired text, press enter to insert it, press Ctl-F3 to close the clipboard history, type some more stuff, press Ctl-F3 to open the clipboard history again and select some different text and insert it. (I am expecting the clipped text entries to be copied in a certain order). When it's all done I press Ctl-F3 to open the clipboard history, right click and select "clear" from the context menu to reset it.
When I run the macro, all I get is the typed text. I don't get the text from the clipboard history, and the clipboard history is not cleared.
I have tried selecting the clipboard history text using the mouse and the keyboard by pressing Shift-F10 to get the context menu.
Am I not understanding how this works?
I'm basically trying to simulate multiple clipboards, or a stack, or a registry, or what have you, of different bits of cut/copied text and then reassemble them using a macro.