Processing Ajax...

Title
Close Dialog

Message

Confirm
Close Dialog

Confirm
Close Dialog

Confirm
Close Dialog

User Image
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.
Sep 1, 2021  • #1
User Image
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?
Sep 1, 2021  • #2
Owen Muhlethaler (BFS)'s profile on WallpaperFusion.com
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!
Sep 2, 2021  • #3
User Image
JeanL
8 discussion posts
Yes, it did. Thanks.
Sep 2, 2021  • #4
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(-)  Login to Vote(-)