Nathan Borg29660
2 discussion posts
Hi i am trying to add the clipboard manager to my desktop context window but i cant find the appropriate command in regedit
• Attachment [protected]: Desktop Screenshot .png [11,330 bytes]
Jan 2, 2019 (modified Jan 2, 2019)
•
#1
There isn't currently a way to open the Clipboard Manager via command line, but I've added this to our feature request list.
Thanks!
Nathan Borg29660
2 discussion posts
I did manage to do this i had to set clipboard History to a hotkey and then made a small .vbs script to push the hotkey
set shell = CreateObject("WScript.Shell")
shell.SendKeys"+^%{I}"
Ah, that's a creative workaround, thanks for posting it!