<?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: Pasting from clipboard to template</title>
<atom:link href="https://www.clipboardfusion.com/Discussions/RSS/?TopicID=62c8e26b-4f9c-4859-9f60-489485dbe709" rel="self" type="application/rss+xml" />
<link>https://www.clipboardfusion.com/Discussions/RSS/?TopicID=62c8e26b-4f9c-4859-9f60-489485dbe709</link>
<description>ClipboardFusion RSS: Pasting from clipboard to template</description>
<lastBuildDate>Fri, 15 May 2026 19:37:35 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.clipboardfusion.com/Discussions/RSS/?TopicID=62c8e26b-4f9c-4859-9f60-489485dbe709</generator>
<item>
<title>RE: Pasting from clipboard to template</title>
<link>https://www.clipboardfusion.com/Discussions/View/pasting-from-clipboard-to-template/?ID=62c8e26b-4f9c-4859-9f60-489485dbe709#8</link>
<pubDate>Thu, 08 Jul 2021 16:24:29 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/pasting-from-clipboard-to-template/?ID=62c8e26b-4f9c-4859-9f60-489485dbe709#8</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Hi Joey,
Odd, glad to hear it's working though! If you have any other questions, feel free to reach out to us.
Thanks!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hi Joey,<br/>
<br/>
Odd, glad to hear it's working though! If you have any other questions, feel free to reach out to us.<br/>
<br/>
Thanks!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Pasting from clipboard to template</title>
<link>https://www.clipboardfusion.com/Discussions/View/pasting-from-clipboard-to-template/?ID=62c8e26b-4f9c-4859-9f60-489485dbe709#7</link>
<pubDate>Wed, 07 Jul 2021 22:19:19 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/pasting-from-clipboard-to-template/?ID=62c8e26b-4f9c-4859-9f60-489485dbe709#7</guid>
<category>ClipboardFusion</category>
<description><![CDATA[That is so odd. When I hit "run function" in the macro it gives me that error but when I just use the macro it works.
Well. That solves that.
thankyou so much!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
That is so odd. When I hit "run function" in the macro it gives me that error but when I just use the macro it works. <br/>
<br/>
Well. That solves that. <br/>
<br/>
thankyou so much!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Pasting from clipboard to template</title>
<link>https://www.clipboardfusion.com/Discussions/View/pasting-from-clipboard-to-template/?ID=62c8e26b-4f9c-4859-9f60-489485dbe709#6</link>
<pubDate>Mon, 05 Jul 2021 16:22:45 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/pasting-from-clipboard-to-template/?ID=62c8e26b-4f9c-4859-9f60-489485dbe709#6</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Hi Joey,
Strange, I copied that into a script on my end and it worked fine. Could you export the script itself and send it over?
Thanks!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hi Joey,<br/>
<br/>
Strange, I copied that into a script on my end and it worked fine. Could you export the script itself and send it over?<br/>
<br/>
Thanks!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Pasting from clipboard to template</title>
<link>https://www.clipboardfusion.com/Discussions/View/pasting-from-clipboard-to-template/?ID=62c8e26b-4f9c-4859-9f60-489485dbe709#5</link>
<pubDate>Sat, 03 Jul 2021 13:45:07 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/pasting-from-clipboard-to-template/?ID=62c8e26b-4f9c-4859-9f60-489485dbe709#5</guid>
<category>ClipboardFusion</category>
<description><![CDATA[So I tried to create what I was trying to accomplish but its giving me an error of
Run Failed.
Thread was being aborted.
[System.Threading.ThreadAbortException]
when ever I enter the
BFS.Input.SendKeys("{VK_13}");
Not sure what I'm doing wrong.
string TextCopied = BFS.Clipboard.GetText();...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
So I tried to create what I was trying to accomplish but its giving me an error of <br/>
Run Failed.<br/>
Thread was being aborted.<br/>
[System.Threading.ThreadAbortException]<br/>
<br/>
when ever I enter the <br/>
<br/>
BFS.Input.SendKeys("{VK_13}");<br/>
<br/>
Not sure what I'm doing wrong. <br/>
<br/>
string TextCopied = BFS.Clipboard.GetText();<br/>
        BFS.Clipboard.PasteText("Scheduling for " + TextCopied);<br/>
        BFS.Input.SendKeys("{VK_9}");<br/>
        BFS.Clipboard.PasteText("hello,");<br/>
        BFS.Input.SendKeys("{VK_13}");<br/>
        BFS.Clipboard.PasteText("Please advise on scheduling for " + TextCopied);<br/>
        BFS.Input.SendKeys("{VK_40}");<br/>
        BFS.Input.SendKeys("{VK_40}");<br/>
        BFS.Input.SendKeys("{VK_40}");<br/>
        BFS.Input.SendKeys("{VK_40}");<br/>
        BFS.Input.SendKeys("{VK_40}");<br/>
        BFS.Clipboard.PasteText("Joey");<br/>
        <br/>
        This is what I had compiled and I was able to narrow it down to <br/>
        <br/>
        BFS.Input.SendKeys("{VK_13}"); giving the error.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Pasting from clipboard to template</title>
<link>https://www.clipboardfusion.com/Discussions/View/pasting-from-clipboard-to-template/?ID=62c8e26b-4f9c-4859-9f60-489485dbe709#4</link>
<pubDate>Tue, 29 Jun 2021 13:32:14 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/pasting-from-clipboard-to-template/?ID=62c8e26b-4f9c-4859-9f60-489485dbe709#4</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Hi Joey,
Glad to hear that worked for you! You can send keys by adding the following lines to your script where you would like them:
Tab Key: BFS.Input.SendKeys("{VK_9}");
Enter Key: BFS.Input.SendKeys("{VK_13}");
Down Arrow Key: BFS.Input.SendKeys("{VK_40}");
Hope that helps!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hi Joey,<br/>
<br/>
Glad to hear that worked for you! You can send keys by adding the following lines to your script where you would like them:<br/>
<br/>
Tab Key: BFS.Input.SendKeys("{VK_9}");<br/>
Enter Key: BFS.Input.SendKeys("{VK_13}");<br/>
Down Arrow Key: BFS.Input.SendKeys("{VK_40}");<br/>
<br/>
Hope that helps!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Pasting from clipboard to template</title>
<link>https://www.clipboardfusion.com/Discussions/View/pasting-from-clipboard-to-template/?ID=62c8e26b-4f9c-4859-9f60-489485dbe709#3</link>
<pubDate>Fri, 25 Jun 2021 21:38:26 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/pasting-from-clipboard-to-template/?ID=62c8e26b-4f9c-4859-9f60-489485dbe709#3</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Owen This is exactly what I was looking for. You sir are awesome.
Is there anyway to add a button presses to this?
I basically was trying to have it paste.
Schedule of (insert paste)
*then press tab*
Hello,*press enter or just move to the next line*
Please advise on (insert paste)
*press t...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Owen This is exactly what I was looking for. You sir are awesome. <br/>
Is there anyway to add a button presses to this?<br/>
I basically was trying to have it paste.<br/>
Schedule of (insert paste)<br/>
*then press tab*<br/>
Hello,*press enter or just move to the next line*<br/>
Please advise on (insert paste)<br/>
*press the down arrow 4 times*<br/>
Joey
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Pasting from clipboard to template</title>
<link>https://www.clipboardfusion.com/Discussions/View/pasting-from-clipboard-to-template/?ID=62c8e26b-4f9c-4859-9f60-489485dbe709#2</link>
<pubDate>Fri, 25 Jun 2021 14:50:08 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/pasting-from-clipboard-to-template/?ID=62c8e26b-4f9c-4859-9f60-489485dbe709#2</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Hi Joey,
I've attached a script below that should do this for you. If you attach a key combination to it, it will take the current copied text, and add the surrounding template to the paste.
You can adjust your template on line 16, I've added "Text1" and "Text2" as fillers. You can import the s...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hi Joey,<br/>
<br/>
I've attached a script below that should do this for you. If you attach a key combination to it, it will take the current copied text, and add the surrounding template to the paste.<br/>
<br/>
You can adjust your template on line 16, I've added "Text1" and "Text2" as fillers. You can import the script by opening the ClipboardFusion Settings > Macros > Import.<br/>
<br/>
Thanks!
</div>
]]></content:encoded>
</item>
<item>
<title>Pasting from clipboard to template</title>
<link>https://www.clipboardfusion.com/Discussions/View/pasting-from-clipboard-to-template/?ID=62c8e26b-4f9c-4859-9f60-489485dbe709</link>
<pubDate>Thu, 24 Jun 2021 21:43:07 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/pasting-from-clipboard-to-template/?ID=62c8e26b-4f9c-4859-9f60-489485dbe709</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Hello,
I have been looking through the downloadable macros and can't find exactly what I am looking for.
I am looking for a macro that will take what I have copied and paste into a template I would pre write.
for example if I copy "Joey"
I would like to press a macro that would enter
Hello (...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hello,<br/>
I have been looking through the downloadable macros and can't find exactly what I am looking for.<br/>
I am looking for a macro that will take what I have copied and paste into a template I would pre write.<br/>
for example if I copy "Joey"<br/>
I would like to press a macro that would enter<br/>
Hello (insert paste),<br/>
How are you today?<br/>
<br/>
thankyou for reading this and any help you can give.
</div>
]]></content:encoded>
</item>
</channel>
</rss>