
Jason Lyons84938
1 discussion post
I can paste a pinned item using a key shortcut. I can right click text that I have pinned and select type text. But is there a way to type out a pinned item using a keyboard shortcut?
For example, ctl+alt+4 = type as text pinned item number 4
Thank you.
We have some "Auto-Type Clipboard Text" macros in our repository that you can download. You can add this code after line 7 to have it pull text from an index from your pinned item list:
text = BFS.ClipboardFusion.GetLocalPinnedText(0);