JeanL
8 discussion posts
Hi,
I've search the doc and the discussions but could not find how to do this. How can I enclose the content of the Clipboard between double-quotes?
Before: text in the clipboard
After: "text in the clipboard"
Thanks.
JeanL
8 discussion posts
I found that I can do this with a macro:
Public Class ClipboardFusionHelper
Public Shared Function ProcessText(text As String) As String
Return """" & text & """"
End Function
End Class
But can it also be done with a trigger?
Hi Jean,
If you open up the trigger window in the ClipboardFusion Settings window, you can add you macro in the "Actions" pane, and then setup your trigger conditions on the left hand side.
Hope that helps!