C# Clouseau
87 discussion posts
Is there a way in a macro to have a specified item (with index number) in the History list to get the focus (=selected)? Something like, but fancy language: "SetFocusHistoryList(indexnumber)". And if so, how in Pinned list?
You can use this line to set your clipboard with a specified history item:
BFS.ClipboardFusion.SetClipboardWithHistoryItem();
and this line to set your clipboard with a specified pinned item:
BFS.ClipboardFusion.SetClipboardWithLocalPinnedItem();
If you're looking to have an item just highlighted without setting it to paste or to the clipboard, that's not something we support.
C# Clouseau
87 discussion posts
Clear Owen, thank you for the swift reply.