<?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: Manipulate .url with trigger</title>
<atom:link href="https://www.clipboardfusion.com/Discussions/RSS/?TopicID=330b2c57-639f-4194-ab82-0667cdf5be41" rel="self" type="application/rss+xml" />
<link>https://www.clipboardfusion.com/Discussions/RSS/?TopicID=330b2c57-639f-4194-ab82-0667cdf5be41</link>
<description>ClipboardFusion RSS: Manipulate .url with trigger</description>
<lastBuildDate>Tue, 23 Jun 2026 16:18:03 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.clipboardfusion.com/Discussions/RSS/?TopicID=330b2c57-639f-4194-ab82-0667cdf5be41</generator>
<item>
<title>RE: Manipulate .url with trigger</title>
<link>https://www.clipboardfusion.com/Discussions/View/manipulate-url-with-trigger/?ID=330b2c57-639f-4194-ab82-0667cdf5be41#5</link>
<pubDate>Wed, 05 Oct 2022 18:18:38 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/manipulate-url-with-trigger/?ID=330b2c57-639f-4194-ab82-0667cdf5be41#5</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Oke i will try]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Oke i will try
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Manipulate .url with trigger</title>
<link>https://www.clipboardfusion.com/Discussions/View/manipulate-url-with-trigger/?ID=330b2c57-639f-4194-ab82-0667cdf5be41#4</link>
<pubDate>Tue, 27 Sep 2022 17:25:25 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/manipulate-url-with-trigger/?ID=330b2c57-639f-4194-ab82-0667cdf5be41#4</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Something like this should work for you:
Code
Copy
Select All
string pinneditem = BFS.ClipboardFusion.GetLocalPinnedText(1);
BFS.ClipboardFusion.SetLocalPinnedText(1, pinneditem + "TextHere");
You can edit the index number of the pinned item you're looking to change in the brackets. You can...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Something like this should work for you: <br/>
<br/>
<div class="col-md-12 BoxWrap"><div class="Box table-responsive"><a name="code" style="width:0; height:0;"></a><h2 class="TableTitle" style="border:0"><div class="TableTitleText">Code</div><div class="TitleButtons"><div class="TableTitleButton"><a href="#" onclick="return false;" data-clipboard-target="#code019ef54643dd72c48769236129e9fd7f" class="ClipboardCopyControl"><img src="https://www.clipboardfusion.com/MediaCommon/SVGs/FontAwesome/clone.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Copy</span></a></div><div class="TableTitleButton"><a href="#" onclick="bfs.util.codeEditorSelectAll('code019ef54643dd72c48769236129e9fd7fJs'); return false;"><img src="https://www.clipboardfusion.com/MediaCommon/SVGs/FontAwesome/square-check.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Select All</span></a></div></div></h2><div class="TableTitleContent table-responsive"><div class="AceEditorWrapper" style="border-top:solid 1px var(--color-default-border);padding:0"><pre id="code019ef54643dd72c48769236129e9fd7fJs" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">string pinneditem = BFS.ClipboardFusion.GetLocalPinnedText(1);
BFS.ClipboardFusion.SetLocalPinnedText(1, pinneditem + "TextHere");</pre><textarea id="code019ef54643dd72c48769236129e9fd7f" name="code019ef54643dd72c48769236129e9fd7f" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div><br/>
        <br/>
You can edit the index number of the pinned item you're looking to change in the brackets. You can then add the text you want added on the end in the "TextHere" area. If you are looking to completely change the text copied rather then adding something to the end, you can just add your text inside those bracketsa and delete the "pinneditem" part.<br/>
<br/>
Hope that helps!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Manipulate .url with trigger</title>
<link>https://www.clipboardfusion.com/Discussions/View/manipulate-url-with-trigger/?ID=330b2c57-639f-4194-ab82-0667cdf5be41#3</link>
<pubDate>Tue, 27 Sep 2022 06:10:45 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/manipulate-url-with-trigger/?ID=330b2c57-639f-4194-ab82-0667cdf5be41#3</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Yes please]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Yes please
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Manipulate .url with trigger</title>
<link>https://www.clipboardfusion.com/Discussions/View/manipulate-url-with-trigger/?ID=330b2c57-639f-4194-ab82-0667cdf5be41#2</link>
<pubDate>Wed, 21 Sep 2022 14:29:04 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/manipulate-url-with-trigger/?ID=330b2c57-639f-4194-ab82-0667cdf5be41#2</guid>
<category>ClipboardFusion</category>
<description><![CDATA[If I understand correctly, you want a macro that fires off a key combination to change an item in your pinned history list, and re-save it back in the list with an updated address?
Thanks!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
If I understand correctly, you want a macro that fires off a key combination to change an item in your pinned history list, and re-save it back in the list with an updated address?<br/>
<br/>
Thanks!
</div>
]]></content:encoded>
</item>
<item>
<title>Manipulate .url with trigger</title>
<link>https://www.clipboardfusion.com/Discussions/View/manipulate-url-with-trigger/?ID=330b2c57-639f-4194-ab82-0667cdf5be41</link>
<pubDate>Tue, 20 Sep 2022 19:07:43 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/manipulate-url-with-trigger/?ID=330b2c57-639f-4194-ab82-0667cdf5be41</guid>
<category>ClipboardFusion</category>
<description><![CDATA[I have on my disk an url. (as an example Google.url), this url i had used for a site, i want to create a macro to copy this url to another location on a disk (this step works in clipboard manager that i have under a pinned item), i want to trigger a command where i can change the adres of this co...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I have on my disk an url. (as an example Google.url), this url i had used for a site, i want to create a macro to copy this url to another location on a disk (this step works in clipboard manager that i have under a pinned item), i want to trigger a command where i can change the adres of this copied .url that exists in history, i want to use a shortcut key (CTRL 1-9). Can i do that with a trigger?
</div>
]]></content:encoded>
</item>
</channel>
</rss>