<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>ClipboardFusion RSS: Enclose the clipboard content</title>
<atom:link href="https://www.clipboardfusion.com/Discussions/RSS/?TopicID=473db135-e63b-469d-b986-ab19ac62e01b" rel="self" type="application/rss+xml" />
<link>https://www.clipboardfusion.com/Discussions/RSS/?TopicID=473db135-e63b-469d-b986-ab19ac62e01b</link>
<description>ClipboardFusion RSS: Enclose the clipboard content</description>
<lastBuildDate>Tue, 19 May 2026 07:26:18 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.clipboardfusion.com/Discussions/RSS/?TopicID=473db135-e63b-469d-b986-ab19ac62e01b</generator>
<item>
<title>RE: Enclose the clipboard content</title>
<link>https://www.clipboardfusion.com/Discussions/View/enclose-the-clipboard-content/?ID=473db135-e63b-469d-b986-ab19ac62e01b#4</link>
<pubDate>Thu, 02 Sep 2021 17:38:42 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/enclose-the-clipboard-content/?ID=473db135-e63b-469d-b986-ab19ac62e01b#4</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Yes, it did. Thanks.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Yes, it did. Thanks.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Enclose the clipboard content</title>
<link>https://www.clipboardfusion.com/Discussions/View/enclose-the-clipboard-content/?ID=473db135-e63b-469d-b986-ab19ac62e01b#3</link>
<pubDate>Thu, 02 Sep 2021 16:10:50 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/enclose-the-clipboard-content/?ID=473db135-e63b-469d-b986-ab19ac62e01b#3</guid>
<category>ClipboardFusion</category>
<description><![CDATA[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!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hi Jean,<br/>
<br/>
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.<br/>
<br/>
Hope that helps!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Enclose the clipboard content</title>
<link>https://www.clipboardfusion.com/Discussions/View/enclose-the-clipboard-content/?ID=473db135-e63b-469d-b986-ab19ac62e01b#2</link>
<pubDate>Wed, 01 Sep 2021 20:18:28 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/enclose-the-clipboard-content/?ID=473db135-e63b-469d-b986-ab19ac62e01b#2</guid>
<category>ClipboardFusion</category>
<description><![CDATA[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?]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I found that I can do this with a macro:<br/>
<br/>
Public Class ClipboardFusionHelper<br/>
<br/>
    Public Shared Function ProcessText(text As String) As String<br/>
        Return """" & text & """"<br/>
    End Function<br/>
<br/>
End Class<br/>
<br/>
But can it also be done with a trigger?
</div>
]]></content:encoded>
</item>
<item>
<title>Enclose the clipboard content</title>
<link>https://www.clipboardfusion.com/Discussions/View/enclose-the-clipboard-content/?ID=473db135-e63b-469d-b986-ab19ac62e01b</link>
<pubDate>Wed, 01 Sep 2021 19:01:31 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/enclose-the-clipboard-content/?ID=473db135-e63b-469d-b986-ab19ac62e01b</guid>
<category>ClipboardFusion</category>
<description><![CDATA[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.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hi,<br/>
<br/>
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?<br/>
<br/>
Before: text in the clipboard<br/>
After: "text in the clipboard"<br/>
<br/>
Thanks.
</div>
]]></content:encoded>
</item>
</channel>
</rss>