<?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: Macro for pasting first item in clipboard history, then deleting that first item from clipboard history</title>
<atom:link href="https://www.clipboardfusion.com/Discussions/RSS/?TopicID=ce5c0c65-fb6a-4bcd-8c5b-4fdff8ef05fe" rel="self" type="application/rss+xml" />
<link>https://www.clipboardfusion.com/Discussions/RSS/?TopicID=ce5c0c65-fb6a-4bcd-8c5b-4fdff8ef05fe</link>
<description>ClipboardFusion RSS: Macro for pasting first item in clipboard history, then deleting that first item from clipboard history</description>
<lastBuildDate>Wed, 13 May 2026 02:14:08 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.clipboardfusion.com/Discussions/RSS/?TopicID=ce5c0c65-fb6a-4bcd-8c5b-4fdff8ef05fe</generator>
<item>
<title>RE: Macro for pasting first item in clipboard history, then deleting that first item from clipboard history</title>
<link>https://www.clipboardfusion.com/Discussions/View/macro-for-pasting-first-item-in-clipboard-history-then-deleting-that-first-item-from-clipboard-history/?ID=ce5c0c65-fb6a-4bcd-8c5b-4fdff8ef05fe#2</link>
<pubDate>Fri, 30 Sep 2016 20:20:04 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/macro-for-pasting-first-item-in-clipboard-history-then-deleting-that-first-item-from-clipboard-history/?ID=ce5c0c65-fb6a-4bcd-8c5b-4fdff8ef05fe#2</guid>
<category>ClipboardFusion</category>
<description><![CDATA[This isn't currently possible, but should be in the next version of ClipboardFusion]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
This isn't currently possible, but should be in the next version of ClipboardFusion <img src="https://www.clipboardfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" />
</div>
]]></content:encoded>
<media:thumbnail url="https://www.clipboardfusion.com/Discussions/Download/?ID=f0499204-66c0-4832-ba28-059e1d79c28d"/>
</item>
<item>
<title>Macro for pasting first item in clipboard history, then deleting that first item from clipboard history</title>
<link>https://www.clipboardfusion.com/Discussions/View/macro-for-pasting-first-item-in-clipboard-history-then-deleting-that-first-item-from-clipboard-history/?ID=ce5c0c65-fb6a-4bcd-8c5b-4fdff8ef05fe</link>
<pubDate>Wed, 28 Sep 2016 04:10:23 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/macro-for-pasting-first-item-in-clipboard-history-then-deleting-that-first-item-from-clipboard-history/?ID=ce5c0c65-fb6a-4bcd-8c5b-4fdff8ef05fe</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Hi, I'm trying to code a macro that will allow me to paste the first item in the clipboard history, delete it from the clipboard history, and then shift the rest of the items up. The one problem I ran into though, is that I can't get all the items from my buffer array and insert it into the actua...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hi, I'm trying to code a macro that will allow me to paste the first item in the clipboard history, delete it from the clipboard history, and then shift the rest of the items up. The one problem I ran into though, is that I can't get all the items from my buffer array and insert it into the actual clipboard history. Is it not possible to have something like <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="#code019e1f1ce65774a2b0d503b8d5766715" 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('code019e1f1ce65774a2b0d503b8d5766715Js'); 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="code019e1f1ce65774a2b0d503b8d5766715Js" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">BFS.ClipboardFusion.CopyText("Text to be added to clipboard history");</pre><textarea id="code019e1f1ce65774a2b0d503b8d5766715" name="code019e1f1ce65774a2b0d503b8d5766715" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div> The actual <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="#code019e1f1ce65a719c9c63926a06461bc1" 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('code019e1f1ce65a719c9c63926a06461bc1Js'); 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="code019e1f1ce65a719c9c63926a06461bc1Js" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">BFS.ClipboardFusion.CopyText();</pre><textarea id="code019e1f1ce65a719c9c63926a06461bc1" name="code019e1f1ce65a719c9c63926a06461bc1" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div> function just does CTRL+C, which doesn't help. Attached is my code so far.
</div>
]]></content:encoded>
<media:thumbnail url="https://www.clipboardfusion.com/Discussions/Download/?ID=f0499204-66c0-4832-ba28-059e1d79c28d"/>
</item>
</channel>
</rss>