<?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/">
<channel>
<title>ClipboardFusion Discussions RSS</title>
<atom:link href="http://www.clipboardfusion.com/Discussions/RSS/" rel="self" type="application/rss+xml" />
<link>http://www.clipboardfusion.com/Discussions/RSS/</link>
<description>ClipboardFusion Discussions RSS</description>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<item>
<title>RE: Running A Macro Automatically</title>
<link>http://www.clipboardfusion.com/Discussions/View/running-a-macro-automatically/?ID=627d5b82-c5b5-46f0-b076-f31d0d1adfc4#9c1941ef-e96b-4a68-b529-d84b38f4a0e5</link>
<pubDate>Thu, 10 May 2012 17:49:19 GMT</pubDate>
<dc:creator>Keith Lammers</dc:creator>
<guid isPermaLink="false">9c1941ef-e96b-4a68-b529-d84b38f4a0e5</guid>
<description><![CDATA[You can have the highlighted text automatically copied when running the macro by adding the following line as the first line in your ProcessText function:<br/>
<br/>
MacroAPI.CopyText(out text);<br/>
<br/>
For example, when running this macro using it's HotKey it will automatically copy the selected text and put the modified text in the clipboard which you can then paste. That way you can skip the step of having to copy the text to the clipboard using CTRL+C <img src="/ImagesCommon/Smilies/Smiley.gif" border="0" /><br/>
<br/>
<div align="center" style="clear:both; padding-top:5px;"><textarea rows="10" wrap="off" style="width:595px;">
using System;

public static class ClipboardFusionHelper
{
public static string ProcessText(string text)
{
MacroAPI.CopyText(out text);
return "http://testlink.blah/?ID=" + text;
}
}</textarea></div>]]></description>
<content:encoded><![CDATA[You can have the highlighted text automatically copied when running the macro by adding the following line as the first line in your ProcessText function:<br/>
<br/>
MacroAPI.CopyText(out text);<br/>
<br/>
For example, when running this macro using it's HotKey it will automatically copy the selected text and put the modified text in the clipboard which you can then paste. That way you can skip the step of having to copy the text to the clipboard using CTRL+C <img src="/ImagesCommon/Smilies/Smiley.gif" border="0" /><br/>
<br/>
<div align="center" style="clear:both; padding-top:5px;"><textarea rows="10" wrap="off" style="width:595px;">
using System;

public static class ClipboardFusionHelper
{
public static string ProcessText(string text)
{
MacroAPI.CopyText(out text);
return "http://testlink.blah/?ID=" + text;
}
}</textarea></div>]]></content:encoded>
</item>
<item>
<title>Running A Macro Automatically</title>
<link>http://www.clipboardfusion.com/Discussions/View/running-a-macro-automatically/?ID=627d5b82-c5b5-46f0-b076-f31d0d1adfc4</link>
<pubDate>Mon, 07 May 2012 16:53:20 GMT</pubDate>
<dc:creator>Russell Deacon</dc:creator>
<guid isPermaLink="false">64cac1ad-ace0-47eb-8614-6647fe750f9c</guid>
<description><![CDATA[Hi, Is it possible to define a macro to run automatically when content is copied to the clipboard? I would like to create a macro to call Google Translate as soon as text is copied to the clipboard. I an trying to convert a large number of text strings and it would be so nice to simply highlight &gt; clipboard copy &gt; and then paste back translated text. From what I was able to find so far you can create a hotkey to launch a macro but nothing to have one run automatically when new clipboard content is detected.<br/>
<br/>
If its not already possible, maybe where you define the hot key to launch the macro's you could add an "Auto Run" or "Auto Double Copy Run".<br/>
<br/>
Thans Russ]]></description>
<content:encoded><![CDATA[Hi, Is it possible to define a macro to run automatically when content is copied to the clipboard? I would like to create a macro to call Google Translate as soon as text is copied to the clipboard. I an trying to convert a large number of text strings and it would be so nice to simply highlight &gt; clipboard copy &gt; and then paste back translated text. From what I was able to find so far you can create a hotkey to launch a macro but nothing to have one run automatically when new clipboard content is detected.<br/>
<br/>
If its not already possible, maybe where you define the hot key to launch the macro's you could add an "Auto Run" or "Auto Double Copy Run".<br/>
<br/>
Thans Russ]]></content:encoded>
</item>
<item>
<title>RE: Feature Request: Toggle text auto-scrubbing mode on/off by clicking on the tray-icon</title>
<link>http://www.clipboardfusion.com/Discussions/View/feature-request-toggle-text-auto-scrubbing-mode-on-off-by-clicking-on-the-tray-icon/?ID=c8ccc5a3-cb6c-4a28-83a7-54d923525c89#ce52157c-6ea7-418d-8842-dd86cbe81f30</link>
<pubDate>Thu, 05 Apr 2012 02:15:04 GMT</pubDate>
<dc:creator>Keith Lammers</dc:creator>
<guid isPermaLink="false">ce52157c-6ea7-418d-8842-dd86cbe81f30</guid>
<description><![CDATA[I've added this to our feature request list and I'll be sure to post an update if/when we're able to implement it.<br/>
<br/>
Thanks!]]></description>
<content:encoded><![CDATA[I've added this to our feature request list and I'll be sure to post an update if/when we're able to implement it.<br/>
<br/>
Thanks!]]></content:encoded>
</item>
<item>
<title>RE: Feature request: Skip Auto-Scrub on Double Copy</title>
<link>http://www.clipboardfusion.com/Discussions/View/feature-request-skip-auto-scrub-on-double-copy/?ID=905dc4a9-e454-4eb0-a613-2e61bf3d49e7#8475bbe7-13fd-43f5-93e8-230acd82a996</link>
<pubDate>Thu, 05 Apr 2012 01:54:24 GMT</pubDate>
<dc:creator>Keith Lammers</dc:creator>
<guid isPermaLink="false">8475bbe7-13fd-43f5-93e8-230acd82a996</guid>
<description><![CDATA[@Martin: I've added your vote as well. Thanks!]]></description>
<content:encoded><![CDATA[@Martin: I've added your vote as well. Thanks!]]></content:encoded>
</item>
<item>
<title>Feature Request: Toggle text auto-scrubbing mode on/off by clicking on the tray-icon</title>
<link>http://www.clipboardfusion.com/Discussions/View/feature-request-toggle-text-auto-scrubbing-mode-on-off-by-clicking-on-the-tray-icon/?ID=c8ccc5a3-cb6c-4a28-83a7-54d923525c89</link>
<pubDate>Wed, 04 Apr 2012 10:00:30 GMT</pubDate>
<dc:creator>Martin Ische</dc:creator>
<guid isPermaLink="false">26e3189b-f1f6-4ccc-b381-ed00920ee872</guid>
<description><![CDATA[As described in the Headline: It would be great if i can change the on / off mode by mouse click (left button) on the tray icon.<br/>
This function provides for example "HovText".]]></description>
<content:encoded><![CDATA[As described in the Headline: It would be great if i can change the on / off mode by mouse click (left button) on the tray icon.<br/>
This function provides for example "HovText".]]></content:encoded>
</item>
<item>
<title>RE: Feature request: Skip Auto-Scrub on Double Copy</title>
<link>http://www.clipboardfusion.com/Discussions/View/feature-request-skip-auto-scrub-on-double-copy/?ID=905dc4a9-e454-4eb0-a613-2e61bf3d49e7#35204bd2-cbf0-4b2b-9ed2-2010dd79636d</link>
<pubDate>Wed, 04 Apr 2012 09:51:59 GMT</pubDate>
<dc:creator>Martin Ische</dc:creator>
<guid isPermaLink="false">35204bd2-cbf0-4b2b-9ed2-2010dd79636d</guid>
<description><![CDATA[If this feature would be added it would be great. I vote for this.]]></description>
<content:encoded><![CDATA[If this feature would be added it would be great. I vote for this.]]></content:encoded>
</item>
<item>
<title>RE: reverse option for [Automatic Text Scrubbing Mode]</title>
<link>http://www.clipboardfusion.com/Discussions/View/reverse-option-for-automatic-text-scrubbing-mode/?ID=8dc146f7-af3a-4563-a870-2eeeb855fbfe#69f8d3fa-803d-48d1-b1d8-240aca229ad7</link>
<pubDate>Mon, 02 Apr 2012 18:51:30 GMT</pubDate>
<dc:creator>Keith Lammers</dc:creator>
<guid isPermaLink="false">69f8d3fa-803d-48d1-b1d8-240aca229ad7</guid>
<description><![CDATA[Makes sense! It's actually been requested before, so I've added your vote to the feature request and I'll be sure to post an update if/when we're able to implement it.<br/>
<br/>
Thanks!]]></description>
<content:encoded><![CDATA[Makes sense! It's actually been requested before, so I've added your vote to the feature request and I'll be sure to post an update if/when we're able to implement it.<br/>
<br/>
Thanks!]]></content:encoded>
</item>
<item>
<title>RE: Import/Export Macros</title>
<link>http://www.clipboardfusion.com/Discussions/View/import-export-macros/?ID=c3efdd62-454c-4fd6-96bc-acbec2a793c0#a2842da8-e57e-4b4f-8bf6-84897b953ccb</link>
<pubDate>Mon, 02 Apr 2012 18:49:51 GMT</pubDate>
<dc:creator>Keith Lammers</dc:creator>
<guid isPermaLink="false">a2842da8-e57e-4b4f-8bf6-84897b953ccb</guid>
<description><![CDATA[Great idea! I've added it to our list and I'll be sure to let you know if/when we're able to implement it.<br/>
<br/>
For now, you can actually do it manually via the registry.<br/>
<br/>
The macros are store in the following registry key: HKEY_CURRENT_USER\Software\Binary Fortress Software\ClipboardFusion<br/>
<br/>
Just export the values that start with <i>Macro_#_</i><br/>
<br/>
Hope that helps!]]></description>
<content:encoded><![CDATA[Great idea! I've added it to our list and I'll be sure to let you know if/when we're able to implement it.<br/>
<br/>
For now, you can actually do it manually via the registry.<br/>
<br/>
The macros are store in the following registry key: HKEY_CURRENT_USER\Software\Binary Fortress Software\ClipboardFusion<br/>
<br/>
Just export the values that start with <i>Macro_#_</i><br/>
<br/>
Hope that helps!]]></content:encoded>
</item>
<item>
<title>reverse option for [Automatic Text Scrubbing Mode]</title>
<link>http://www.clipboardfusion.com/Discussions/View/reverse-option-for-automatic-text-scrubbing-mode/?ID=8dc146f7-af3a-4563-a870-2eeeb855fbfe</link>
<pubDate>Mon, 02 Apr 2012 18:48:16 GMT</pubDate>
<dc:creator>knoa</dc:creator>
<guid isPermaLink="false">fb0fac98-d78c-4877-9686-46f8ed6eebb8</guid>
<description><![CDATA[There are three options for [Automatic Text Scrubbing Mode] now.<br/>
*Disabled<br/>
*Auto scrub all copied clipboard text<br/>
*Auto scrub double-copied clipboard text<br/>
<br/>
I want one more:<br/>
*Auto scrub single-copied clipboard text, but when double-copied, it copies normally<br/>
<br/>
It's difficult to express shortly. <img src="/ImagesCommon/Smilies/Sad.gif" border="0" />]]></description>
<content:encoded><![CDATA[There are three options for [Automatic Text Scrubbing Mode] now.<br/>
*Disabled<br/>
*Auto scrub all copied clipboard text<br/>
*Auto scrub double-copied clipboard text<br/>
<br/>
I want one more:<br/>
*Auto scrub single-copied clipboard text, but when double-copied, it copies normally<br/>
<br/>
It's difficult to express shortly. <img src="/ImagesCommon/Smilies/Sad.gif" border="0" />]]></content:encoded>
</item>
<item>
<title>Import/Export Macros</title>
<link>http://www.clipboardfusion.com/Discussions/View/import-export-macros/?ID=c3efdd62-454c-4fd6-96bc-acbec2a793c0</link>
<pubDate>Thu, 29 Mar 2012 17:47:48 GMT</pubDate>
<dc:creator>wooster11</dc:creator>
<guid isPermaLink="false">905ec661-5b74-48e4-b86b-e58f4e466370</guid>
<description><![CDATA[It would be nice to have the ability to export and import macros from ClipboardFusion.  It would be easier to share this program and my macros to help my friends make it more usable to them.  It would also make it a lot easier for users to download macros you're providing on the site without them having to worry about dealing with code.<br/>
<br/>
Even adding in the feature as an all or nothing import/export would be a good start.  Although it would be nice to have a way to select which ones get imported and exported.<br/>
<br/>
Just food for thought here... I figure a quick and easy way to implement this would just be a simple XML file that would house the name, language, and code. I don't think the hot keys need to be imported as everyone's system could be different.<br/>
<br/>
Thanks for the great product.]]></description>
<content:encoded><![CDATA[It would be nice to have the ability to export and import macros from ClipboardFusion.  It would be easier to share this program and my macros to help my friends make it more usable to them.  It would also make it a lot easier for users to download macros you're providing on the site without them having to worry about dealing with code.<br/>
<br/>
Even adding in the feature as an all or nothing import/export would be a good start.  Although it would be nice to have a way to select which ones get imported and exported.<br/>
<br/>
Just food for thought here... I figure a quick and easy way to implement this would just be a simple XML file that would house the name, language, and code. I don't think the hot keys need to be imported as everyone's system could be different.<br/>
<br/>
Thanks for the great product.]]></content:encoded>
</item>
<item>
<title>RE: Feature Request:  Copy on Select</title>
<link>http://www.clipboardfusion.com/Discussions/View/feature-request-copy-on-select/?ID=6390c8d9-9a8a-4a8a-b9b8-052219e477e9#de420001-ff95-428a-aacc-0d1138a09de3</link>
<pubDate>Wed, 21 Mar 2012 01:21:13 GMT</pubDate>
<dc:creator>Keith Lammers</dc:creator>
<guid isPermaLink="false">de420001-ff95-428a-aacc-0d1138a09de3</guid>
<description><![CDATA[I've added this to our feature request list.<br/>
<br/>
Thanks!]]></description>
<content:encoded><![CDATA[I've added this to our feature request list.<br/>
<br/>
Thanks!]]></content:encoded>
</item>
<item>
<title>Feature Request:  Copy on Select</title>
<link>http://www.clipboardfusion.com/Discussions/View/feature-request-copy-on-select/?ID=6390c8d9-9a8a-4a8a-b9b8-052219e477e9</link>
<pubDate>Tue, 20 Mar 2012 18:41:07 GMT</pubDate>
<dc:creator>Kevin Pillsbury</dc:creator>
<guid isPermaLink="false">b4e6c067-b487-4687-8939-176057650bab</guid>
<description><![CDATA[I thought this may have been discussed in a previous post, but I couldn't find it.<br/>
<br/>
Would like the option to copy on select/highlight.<br/>
<br/>
Thanks,<br/>
<br/>
Kevin]]></description>
<content:encoded><![CDATA[I thought this may have been discussed in a previous post, but I couldn't find it.<br/>
<br/>
Would like the option to copy on select/highlight.<br/>
<br/>
Thanks,<br/>
<br/>
Kevin]]></content:encoded>
</item>
<item>
<title>RE: unix newline (LF) replacement for EOL+ LineFeed (CR+LF)</title>
<link>http://www.clipboardfusion.com/Discussions/View/unix-newline-lf-replacement-for-eol-linefeed-cr-lf/?ID=afe19ba6-6e19-4ce1-a9ac-265dc5837e48#091f0df4-94b5-4eed-9929-0b79436d3ee4</link>
<pubDate>Wed, 01 Feb 2012 21:29:25 GMT</pubDate>
<dc:creator>Keith Lammers</dc:creator>
<guid isPermaLink="false">091f0df4-94b5-4eed-9929-0b79436d3ee4</guid>
<description><![CDATA[If that doesn't work out though, you can always use Notepad++, it does the EOL conversion on text files automatically using the Edit &gt; EOL Conversion menu <img src="/ImagesCommon/Smilies/Smiley.gif" border="0" /><br/>
<br/>
<b>Edit:</b> I just tested out the macro I posted above, and it indeed does work <img src="/ImagesCommon/Smilies/Smiley.gif" border="0" /><br/>
<br/>
Links to the two macros:<br/>
<ul class="FancyList">
<li><a href="http://www.clipboardfusion.com/Macros/View/?ID=c0ea0346-4da6-4f84-8703-4b873c40d63c" target="_blank" rel="nofollow">http://www.clipboardfusion.com/Macros/View/?ID=c0ea0346-4da6-4f84-8703-4b873c40d63c</a></li>
<li><a href="http://www.clipboardfusion.com/Macros/View/?ID=7aa1eb27-ad0c-4835-91f0-d3f0fd2a21fc" target="_blank" rel="nofollow">http://www.clipboardfusion.com/Macros/View/?ID=7aa1eb27-ad0c-4835-91f0-d3f0fd2a21fc</a></li>
</ul>]]></description>
<content:encoded><![CDATA[If that doesn't work out though, you can always use Notepad++, it does the EOL conversion on text files automatically using the Edit &gt; EOL Conversion menu <img src="/ImagesCommon/Smilies/Smiley.gif" border="0" /><br/>
<br/>
<b>Edit:</b> I just tested out the macro I posted above, and it indeed does work <img src="/ImagesCommon/Smilies/Smiley.gif" border="0" /><br/>
<br/>
Links to the two macros:<br/>
<ul class="FancyList">
<li><a href="http://www.clipboardfusion.com/Macros/View/?ID=c0ea0346-4da6-4f84-8703-4b873c40d63c" target="_blank" rel="nofollow">http://www.clipboardfusion.com/Macros/View/?ID=c0ea0346-4da6-4f84-8703-4b873c40d63c</a></li>
<li><a href="http://www.clipboardfusion.com/Macros/View/?ID=7aa1eb27-ad0c-4835-91f0-d3f0fd2a21fc" target="_blank" rel="nofollow">http://www.clipboardfusion.com/Macros/View/?ID=7aa1eb27-ad0c-4835-91f0-d3f0fd2a21fc</a></li>
</ul>]]></content:encoded>
</item>
<item>
<title>RE: unix newline (LF) replacement for EOL+ LineFeed (CR+LF)</title>
<link>http://www.clipboardfusion.com/Discussions/View/unix-newline-lf-replacement-for-eol-linefeed-cr-lf/?ID=afe19ba6-6e19-4ce1-a9ac-265dc5837e48#45e5fb47-ab40-4ef9-bab8-9908d8606be3</link>
<pubDate>Wed, 01 Feb 2012 21:20:03 GMT</pubDate>
<dc:creator>Keith Lammers</dc:creator>
<guid isPermaLink="false">45e5fb47-ab40-4ef9-bab8-9908d8606be3</guid>
<description><![CDATA[I apologize for the delayed response. You should be able to do this with a ClipboardFusion macro, like this:<br/>
<div align="center" style="clear:both; padding-top:5px;"><textarea rows="9" wrap="off" style="width:595px;">
using System;

public static class ClipboardFusionHelper
{
public static string ProcessText(string text)
{
return text.Replace("\n","\r\n");
}
}</textarea></div><br/>
And to do the opposite, just reverse the parameters for text.Replace, like this:<br/>
<div align="center" style="clear:both; padding-top:5px;"><textarea rows="2" wrap="off" style="width:595px;">return text.Replace("\r\n","\n");</textarea></div>]]></description>
<content:encoded><![CDATA[I apologize for the delayed response. You should be able to do this with a ClipboardFusion macro, like this:<br/>
<div align="center" style="clear:both; padding-top:5px;"><textarea rows="9" wrap="off" style="width:595px;">
using System;

public static class ClipboardFusionHelper
{
public static string ProcessText(string text)
{
return text.Replace("\n","\r\n");
}
}</textarea></div><br/>
And to do the opposite, just reverse the parameters for text.Replace, like this:<br/>
<div align="center" style="clear:both; padding-top:5px;"><textarea rows="2" wrap="off" style="width:595px;">return text.Replace("\r\n","\n");</textarea></div>]]></content:encoded>
</item>
<item>
<title>RE: Scrubbing Screenshots? *FEATURE QUESTION*</title>
<link>http://www.clipboardfusion.com/Discussions/View/scrubbing-screenshots-feature-question/?ID=e77e425a-bcc9-441a-ad68-41cecf2d3bfc#7adb07e6-42ca-469f-9621-91e6c9b70f75</link>
<pubDate>Tue, 24 Jan 2012 02:51:51 GMT</pubDate>
<dc:creator>Michael</dc:creator>
<guid isPermaLink="false">7adb07e6-42ca-469f-9621-91e6c9b70f75</guid>
<description><![CDATA[Okay, sweet! Thanks for adding it to the feature list and giving me temporary solutions!]]></description>
<content:encoded><![CDATA[Okay, sweet! Thanks for adding it to the feature list and giving me temporary solutions!]]></content:encoded>
</item>
<item>
<title>RE: Scrubbing Screenshots? *FEATURE QUESTION*</title>
<link>http://www.clipboardfusion.com/Discussions/View/scrubbing-screenshots-feature-question/?ID=e77e425a-bcc9-441a-ad68-41cecf2d3bfc#7b7d9edb-fe9c-40f6-94c0-2a8f30c89160</link>
<pubDate>Mon, 23 Jan 2012 19:54:44 GMT</pubDate>
<dc:creator>Keith Lammers</dc:creator>
<guid isPermaLink="false">7b7d9edb-fe9c-40f6-94c0-2a8f30c89160</guid>
<description><![CDATA[Greenshot (<a href="http://greenshot.org/screenshots/" target="_blank" rel="nofollow">http://greenshot.org/screenshots/</a>) is a decent free screenshot utility as well, and also allows you to save screenshots automatically to a temp directory.]]></description>
<content:encoded><![CDATA[Greenshot (<a href="http://greenshot.org/screenshots/" target="_blank" rel="nofollow">http://greenshot.org/screenshots/</a>) is a decent free screenshot utility as well, and also allows you to save screenshots automatically to a temp directory.]]></content:encoded>
</item>
<item>
<title>unix newline (LF) replacement for EOL+ LineFeed (CR+LF)</title>
<link>http://www.clipboardfusion.com/Discussions/View/unix-newline-lf-replacement-for-eol-linefeed-cr-lf/?ID=afe19ba6-6e19-4ce1-a9ac-265dc5837e48</link>
<pubDate>Fri, 20 Jan 2012 21:45:45 GMT</pubDate>
<dc:creator>Mart-Jan Reeuwijk</dc:creator>
<guid isPermaLink="false">f3b14601-dcf5-4041-81d8-6795e6d860c9</guid>
<description><![CDATA[I sometimes hit on linux formatted text, and want the linux endlines be replaced for the system windows uses.<br/>
<br/>
A nice feat would also be to be able to do that visa versa.<br/>
<br/>
in short I want to be able replace in texts: 0x0A by 0x0D0A]]></description>
<content:encoded><![CDATA[I sometimes hit on linux formatted text, and want the linux endlines be replaced for the system windows uses.<br/>
<br/>
A nice feat would also be to be able to do that visa versa.<br/>
<br/>
in short I want to be able replace in texts: 0x0A by 0x0D0A]]></content:encoded>
</item>
<item>
<title>RE: Scrubbing Screenshots? *FEATURE QUESTION*</title>
<link>http://www.clipboardfusion.com/Discussions/View/scrubbing-screenshots-feature-question/?ID=e77e425a-bcc9-441a-ad68-41cecf2d3bfc#803ef557-c1c3-4f2d-97a6-1a84322f7d9d</link>
<pubDate>Fri, 20 Jan 2012 21:35:25 GMT</pubDate>
<dc:creator>Mart-Jan Reeuwijk</dc:creator>
<guid isPermaLink="false">803ef557-c1c3-4f2d-97a6-1a84322f7d9d</guid>
<description><![CDATA[have a look on ZScreen, its a free util, does a lot with pics etc.]]></description>
<content:encoded><![CDATA[have a look on ZScreen, its a free util, does a lot with pics etc.]]></content:encoded>
</item>
<item>
<title>RE: Scrubbing Screenshots? *FEATURE QUESTION*</title>
<link>http://www.clipboardfusion.com/Discussions/View/scrubbing-screenshots-feature-question/?ID=e77e425a-bcc9-441a-ad68-41cecf2d3bfc#c3c72de2-3eb1-48b9-a3bb-5fbed649a5fb</link>
<pubDate>Tue, 17 Jan 2012 18:56:25 GMT</pubDate>
<dc:creator>Keith Lammers</dc:creator>
<guid isPermaLink="false">c3c72de2-3eb1-48b9-a3bb-5fbed649a5fb</guid>
<description><![CDATA[This is a big feature that we're hoping to add in the future, but at the moment we don't have any immediate plans to implement it. I've added it to our feature request list, so I'll be sure to post an update if/when we're able to implement it.<br/>
<br/>
Thanks!]]></description>
<content:encoded><![CDATA[This is a big feature that we're hoping to add in the future, but at the moment we don't have any immediate plans to implement it. I've added it to our feature request list, so I'll be sure to post an update if/when we're able to implement it.<br/>
<br/>
Thanks!]]></content:encoded>
</item>
<item>
<title>RE: Suggestion -  Link Macros to Scrubbing</title>
<link>http://www.clipboardfusion.com/Discussions/View/suggestion-link-macros-to-scrubbing/?ID=b54c6091-36e6-4c08-90b5-723392d21f02#09a59f4f-5ed2-49f3-b1c9-168e56458a32</link>
<pubDate>Tue, 17 Jan 2012 18:52:21 GMT</pubDate>
<dc:creator>Keith Lammers</dc:creator>
<guid isPermaLink="false">09a59f4f-5ed2-49f3-b1c9-168e56458a32</guid>
<description><![CDATA[Just to clarify, you'd like to have the text scrubbed first, and then run one or more macros on it?<br/>
<br/>
Thanks!]]></description>
<content:encoded><![CDATA[Just to clarify, you'd like to have the text scrubbed first, and then run one or more macros on it?<br/>
<br/>
Thanks!]]></content:encoded>
</item>
<item>
<title>Scrubbing Screenshots? *FEATURE QUESTION*</title>
<link>http://www.clipboardfusion.com/Discussions/View/scrubbing-screenshots-feature-question/?ID=e77e425a-bcc9-441a-ad68-41cecf2d3bfc</link>
<pubDate>Sun, 15 Jan 2012 21:00:52 GMT</pubDate>
<dc:creator>Michael</dc:creator>
<guid isPermaLink="false">8d04d830-3b6a-451e-8be2-50a3c1ecfd17</guid>
<description><![CDATA[Hey guys, I came across your site after looking for a way to get 2 different desktop pics with my dual monitor setup. Clipboard Fusion also looked useful so I downloaded it.<br/>
<br/>
Now, it seems pretty awesome, but I'd love a way for you to make it such that screenshots could also be scrubbed just like text. This way, I could take multiple screenshots when I'm doing stuff and then go into photoshop or paint or w/e and choose which image to paste and/or save. This way, also, if I were to send a screenshot on msn, I could select which one from the scrubbing history and then paste it for them to accept. <u>By screenshots, I mean those done using the Print screen key.</u><br/>
<br/>
<b>Really, I just want you to extend the scrubbing history to screenshots as well as text, and if it's a matter of needing a place to save the screenshots in history, have the option for us to have a user-defined folder for which to have unsaved screens as an option. Would really appreciate this feature addition, and I think it would very much incline me to purchase the full version with the online if you could save scrubbed screenshots to your online account too.</b><br/>
<br/>
Thanks for your consideration. <img src="/ImagesCommon/Smilies/Smiley.gif" border="0" />]]></description>
<content:encoded><![CDATA[Hey guys, I came across your site after looking for a way to get 2 different desktop pics with my dual monitor setup. Clipboard Fusion also looked useful so I downloaded it.<br/>
<br/>
Now, it seems pretty awesome, but I'd love a way for you to make it such that screenshots could also be scrubbed just like text. This way, I could take multiple screenshots when I'm doing stuff and then go into photoshop or paint or w/e and choose which image to paste and/or save. This way, also, if I were to send a screenshot on msn, I could select which one from the scrubbing history and then paste it for them to accept. <u>By screenshots, I mean those done using the Print screen key.</u><br/>
<br/>
<b>Really, I just want you to extend the scrubbing history to screenshots as well as text, and if it's a matter of needing a place to save the screenshots in history, have the option for us to have a user-defined folder for which to have unsaved screens as an option. Would really appreciate this feature addition, and I think it would very much incline me to purchase the full version with the online if you could save scrubbed screenshots to your online account too.</b><br/>
<br/>
Thanks for your consideration. <img src="/ImagesCommon/Smilies/Smiley.gif" border="0" />]]></content:encoded>
</item>
<item>
<title>Suggestion -  Link Macros to Scrubbing</title>
<link>http://www.clipboardfusion.com/Discussions/View/suggestion-link-macros-to-scrubbing/?ID=b54c6091-36e6-4c08-90b5-723392d21f02</link>
<pubDate>Tue, 10 Jan 2012 14:42:43 GMT</pubDate>
<dc:creator>Andy</dc:creator>
<guid isPermaLink="false">7b83447b-dde0-46bd-bc89-c77dbb758f0e</guid>
<description><![CDATA[I think the inbuilt scrubbing capabilities could be greatly extended if it were possible to link Macros (single or multiple) to the scrubbing process (in addition to the standard scrubbing).<br/>
<br/>
Thanks for a great clipboard tool by the way - find it extremely useful.]]></description>
<content:encoded><![CDATA[I think the inbuilt scrubbing capabilities could be greatly extended if it were possible to link Macros (single or multiple) to the scrubbing process (in addition to the standard scrubbing).<br/>
<br/>
Thanks for a great clipboard tool by the way - find it extremely useful.]]></content:encoded>
</item>
<item>
<title>RE: Add option for Recent History/ Pinned Item Drop down menu</title>
<link>http://www.clipboardfusion.com/Discussions/View/add-option-for-recent-history-pinned-item-drop-down-menu/?ID=9b955185-bdaf-43fc-93d4-eaa276614fa3#ecda0271-88d3-41bb-9631-f10751ac2294</link>
<pubDate>Fri, 06 Jan 2012 16:39:39 GMT</pubDate>
<dc:creator>Keith Lammers</dc:creator>
<guid isPermaLink="false">ecda0271-88d3-41bb-9631-f10751ac2294</guid>
<description><![CDATA[ClipboardFusion 2.0.6 is now available, and the quick history menu now has sub-menus for the recent and pinned items as well. You can download the latest version here: <a href="http://www.clipboardfusion.com/Downloads/Windows/" target="_blank" rel="nofollow">http://www.clipboardfusion.com/Downloads/Windows/</a><br/>
<br/>
Thanks!]]></description>
<content:encoded><![CDATA[ClipboardFusion 2.0.6 is now available, and the quick history menu now has sub-menus for the recent and pinned items as well. You can download the latest version here: <a href="http://www.clipboardfusion.com/Downloads/Windows/" target="_blank" rel="nofollow">http://www.clipboardfusion.com/Downloads/Windows/</a><br/>
<br/>
Thanks!]]></content:encoded>
</item>
<item>
<title>RE: Selecting a recent item from clipboard history.</title>
<link>http://www.clipboardfusion.com/Discussions/View/selecting-a-recent-item-from-clipboard-history/?ID=b52c2027-6429-4e18-bb74-045424948106#af7306b9-9a99-4535-a503-617639eb05b8</link>
<pubDate>Fri, 06 Jan 2012 16:38:29 GMT</pubDate>
<dc:creator>Keith Lammers</dc:creator>
<guid isPermaLink="false">af7306b9-9a99-4535-a503-617639eb05b8</guid>
<description><![CDATA[We've just released ClipboardFusion 2.0.6 which now allows items to be selected from the quick menu using the Enter key. You can download the latest version here: <a href="http://www.clipboardfusion.com/Downloads/Windows/" target="_blank" rel="nofollow">http://www.clipboardfusion.com/Downloads/Windows/</a><br/>
<br/>
Thanks!]]></description>
<content:encoded><![CDATA[We've just released ClipboardFusion 2.0.6 which now allows items to be selected from the quick menu using the Enter key. You can download the latest version here: <a href="http://www.clipboardfusion.com/Downloads/Windows/" target="_blank" rel="nofollow">http://www.clipboardfusion.com/Downloads/Windows/</a><br/>
<br/>
Thanks!]]></content:encoded>
</item>
<item>
<title>RE: Add option for Recent History/ Pinned Item Drop down menu</title>
<link>http://www.clipboardfusion.com/Discussions/View/add-option-for-recent-history-pinned-item-drop-down-menu/?ID=9b955185-bdaf-43fc-93d4-eaa276614fa3#429350aa-1a4f-43b2-8826-05c4f284d35d</link>
<pubDate>Tue, 03 Jan 2012 17:11:56 GMT</pubDate>
<dc:creator>Keith Lammers</dc:creator>
<guid isPermaLink="false">429350aa-1a4f-43b2-8826-05c4f284d35d</guid>
<description><![CDATA[We're going to do a quick version release, hopefully this week, and it should include this feature request <img src="/ImagesCommon/Smilies/Smiley.gif" border="0" />]]></description>
<content:encoded><![CDATA[We're going to do a quick version release, hopefully this week, and it should include this feature request <img src="/ImagesCommon/Smilies/Smiley.gif" border="0" />]]></content:encoded>
</item>
<item>
<title>RE: Add option for Recent History/ Pinned Item Drop down menu</title>
<link>http://www.clipboardfusion.com/Discussions/View/add-option-for-recent-history-pinned-item-drop-down-menu/?ID=9b955185-bdaf-43fc-93d4-eaa276614fa3#0ba3087d-c910-4e53-8259-07c6247895d7</link>
<pubDate>Thu, 29 Dec 2011 19:39:47 GMT</pubDate>
<dc:creator>daniel colwell</dc:creator>
<guid isPermaLink="false">0ba3087d-c910-4e53-8259-07c6247895d7</guid>
<description><![CDATA[Any updates on this, its almost 2012 and i'm hoping for a new version soon.]]></description>
<content:encoded><![CDATA[Any updates on this, its almost 2012 and i'm hoping for a new version soon.]]></content:encoded>
</item>
<item>
<title>RE: Problem with show history, focus and paste</title>
<link>http://www.clipboardfusion.com/Discussions/View/problem-with-show-history-focus-and-paste/?ID=a5424e93-24e9-48bd-8a47-2e7909fec905#50d6add6-426e-43c4-b30e-5853f35af24c</link>
<pubDate>Mon, 12 Dec 2011 16:34:15 GMT</pubDate>
<dc:creator>Keith Lammers</dc:creator>
<guid isPermaLink="false">50d6add6-426e-43c4-b30e-5853f35af24c</guid>
<description><![CDATA[It's still planned, we just can't guarantee a timeline at the moment. I've added your vote to the request <img src="/ImagesCommon/Smilies/Smiley.gif" border="0" /><br/>
<br/>
Thanks!]]></description>
<content:encoded><![CDATA[It's still planned, we just can't guarantee a timeline at the moment. I've added your vote to the request <img src="/ImagesCommon/Smilies/Smiley.gif" border="0" /><br/>
<br/>
Thanks!]]></content:encoded>
</item>
<item>
<title>RE: Problem with show history, focus and paste</title>
<link>http://www.clipboardfusion.com/Discussions/View/problem-with-show-history-focus-and-paste/?ID=a5424e93-24e9-48bd-8a47-2e7909fec905#6521d1e5-f746-4d20-b400-dbc61cfd9a9b</link>
<pubDate>Sun, 04 Dec 2011 04:30:13 GMT</pubDate>
<dc:creator>Nominee</dc:creator>
<guid isPermaLink="false">6521d1e5-f746-4d20-b400-dbc61cfd9a9b</guid>
<description><![CDATA[Best clipboard manager if we have this feature implemented. It's a shame to see this feature missing in this great utility.]]></description>
<content:encoded><![CDATA[Best clipboard manager if we have this feature implemented. It's a shame to see this feature missing in this great utility.]]></content:encoded>
</item>
<item>
<title>RE: Selecting a recent item from clipboard history.</title>
<link>http://www.clipboardfusion.com/Discussions/View/selecting-a-recent-item-from-clipboard-history/?ID=b52c2027-6429-4e18-bb74-045424948106#42ab2101-f0b5-4d73-9fca-691a1e4b0b97</link>
<pubDate>Fri, 11 Nov 2011 20:04:52 GMT</pubDate>
<dc:creator>Keith Lammers</dc:creator>
<guid isPermaLink="false">42ab2101-f0b5-4d73-9fca-691a1e4b0b97</guid>
<description><![CDATA[We're thinking that we should be able to have this available in the next version, but I'll be sure to post an update either way when we know for sure.<br/>
<br/>
Thanks!]]></description>
<content:encoded><![CDATA[We're thinking that we should be able to have this available in the next version, but I'll be sure to post an update either way when we know for sure.<br/>
<br/>
Thanks!]]></content:encoded>
</item>
<item>
<title>RE: Selecting a recent item from clipboard history.</title>
<link>http://www.clipboardfusion.com/Discussions/View/selecting-a-recent-item-from-clipboard-history/?ID=b52c2027-6429-4e18-bb74-045424948106#aba48c2e-6908-4ffe-a745-7a41555daa01</link>
<pubDate>Fri, 11 Nov 2011 18:53:26 GMT</pubDate>
<dc:creator>John Grant</dc:creator>
<guid isPermaLink="false">aba48c2e-6908-4ffe-a745-7a41555daa01</guid>
<description><![CDATA[I'm interested in buying the product. Is there a technical roadblock, or is this something that you can implement as a feature request? I prefer this method of selecting clipboard text over the mouse because my fingers never need to leave the keyboard.]]></description>
<content:encoded><![CDATA[I'm interested in buying the product. Is there a technical roadblock, or is this something that you can implement as a feature request? I prefer this method of selecting clipboard text over the mouse because my fingers never need to leave the keyboard.]]></content:encoded>
</item>
<item>
<title>RE: Selecting a recent item from clipboard history.</title>
<link>http://www.clipboardfusion.com/Discussions/View/selecting-a-recent-item-from-clipboard-history/?ID=b52c2027-6429-4e18-bb74-045424948106#112aaaba-0491-4241-8837-97edf91965a8</link>
<pubDate>Fri, 11 Nov 2011 18:48:30 GMT</pubDate>
<dc:creator>Keith Lammers</dc:creator>
<guid isPermaLink="false">112aaaba-0491-4241-8837-97edf91965a8</guid>
<description><![CDATA[Thanks for the feedback John, glad to hear you like our products!<br/>
<br/>
Unfortunately with the way the History menu works, it's not currently possible to select the items using the Enter key. If we do find a way in the future, I'll be sure to post an update.<br/>
<br/>
Thanks!]]></description>
<content:encoded><![CDATA[Thanks for the feedback John, glad to hear you like our products!<br/>
<br/>
Unfortunately with the way the History menu works, it's not currently possible to select the items using the Enter key. If we do find a way in the future, I'll be sure to post an update.<br/>
<br/>
Thanks!]]></content:encoded>
</item>
<item>
<title>Selecting a recent item from clipboard history.</title>
<link>http://www.clipboardfusion.com/Discussions/View/selecting-a-recent-item-from-clipboard-history/?ID=b52c2027-6429-4e18-bb74-045424948106</link>
<pubDate>Thu, 10 Nov 2011 21:53:10 GMT</pubDate>
<dc:creator>John Grant</dc:creator>
<guid isPermaLink="false">975c0f47-48a6-4c88-a23f-55ff3a6e0972</guid>
<description><![CDATA[I'm running ClipboardFusion version 2.0.5 and Windows XP. I've assigned a hot key to the clipboard history CRTL + WIN + C and use that to pull up the history. I scroll through with the arrow keys then press Enter on the desired string. When I focus back on the task at hand and press CRTL+V for paste the old string is pasted, not the new string. Only when I click a string with the mouse does the new string get picked up and ready to be pasted. <br/>
<br/>
Can you change the behavior to allow Enter to select the next string to paste, instead of just the mouse?<br/>
<br/>
By the way, I love these products, especially Display Fusion and FileSeek, on windows XP which we have to use here they make life easier.]]></description>
<content:encoded><![CDATA[I'm running ClipboardFusion version 2.0.5 and Windows XP. I've assigned a hot key to the clipboard history CRTL + WIN + C and use that to pull up the history. I scroll through with the arrow keys then press Enter on the desired string. When I focus back on the task at hand and press CRTL+V for paste the old string is pasted, not the new string. Only when I click a string with the mouse does the new string get picked up and ready to be pasted. <br/>
<br/>
Can you change the behavior to allow Enter to select the next string to paste, instead of just the mouse?<br/>
<br/>
By the way, I love these products, especially Display Fusion and FileSeek, on windows XP which we have to use here they make life easier.]]></content:encoded>
</item>
<item>
<title>RE: New version release date</title>
<link>http://www.clipboardfusion.com/Discussions/View/new-version-release-date/?ID=2805d1d8-be41-4a2d-915f-9a8ed972a36f#9496634d-0edb-46f8-bb83-0c1dc03e8e1e</link>
<pubDate>Tue, 18 Oct 2011 17:30:19 GMT</pubDate>
<dc:creator>Jon Tackabury</dc:creator>
<guid isPermaLink="false">9496634d-0edb-46f8-bb83-0c1dc03e8e1e</guid>
<description><![CDATA[I can't promise an exact date, but we're aiming for early 2012. Thanks! <img src="/ImagesCommon/Smilies/Smiley.gif" border="0" />]]></description>
<content:encoded><![CDATA[I can't promise an exact date, but we're aiming for early 2012. Thanks! <img src="/ImagesCommon/Smilies/Smiley.gif" border="0" />]]></content:encoded>
</item>
<item>
<title>RE: Suggestion for improvements</title>
<link>http://www.clipboardfusion.com/Discussions/View/suggestion-for-improvements/?ID=fa7ac319-4350-4752-94a0-55b3024ab29d#34b77120-de47-4d36-902e-6548ef2af59e</link>
<pubDate>Fri, 14 Oct 2011 19:33:06 GMT</pubDate>
<dc:creator>Keith Lammers</dc:creator>
<guid isPermaLink="false">34b77120-de47-4d36-902e-6548ef2af59e</guid>
<description><![CDATA[Added your vote, thanks!]]></description>
<content:encoded><![CDATA[Added your vote, thanks!]]></content:encoded>
</item>
<item>
<title>RE: Suggestion for improvements</title>
<link>http://www.clipboardfusion.com/Discussions/View/suggestion-for-improvements/?ID=fa7ac319-4350-4752-94a0-55b3024ab29d#ea389c95-02de-4ba6-b9fc-0096103f2479</link>
<pubDate>Fri, 14 Oct 2011 17:59:56 GMT</pubDate>
<dc:creator>Olle Jacobsen</dc:creator>
<guid isPermaLink="false">ea389c95-02de-4ba6-b9fc-0096103f2479</guid>
<description><![CDATA[I just want to thanks you for a great product and upvote the following feature: <br/>
<br/>
* Clipboard History: when I want to paste some recently used text, I have to open the history (via hotkey) and then I have to press Ctrl-V again to insert the text - it would be great, if the selected text could be inserted automatically<br/>
<br/>
This would improve my workflow alot. I bind win+v to the history meny, then I want the text i select (enter click) with my keyboardarrows to be pasted.]]></description>
<content:encoded><![CDATA[I just want to thanks you for a great product and upvote the following feature: <br/>
<br/>
* Clipboard History: when I want to paste some recently used text, I have to open the history (via hotkey) and then I have to press Ctrl-V again to insert the text - it would be great, if the selected text could be inserted automatically<br/>
<br/>
This would improve my workflow alot. I bind win+v to the history meny, then I want the text i select (enter click) with my keyboardarrows to be pasted.]]></content:encoded>
</item>
<item>
<title>New version release date</title>
<link>http://www.clipboardfusion.com/Discussions/View/new-version-release-date/?ID=2805d1d8-be41-4a2d-915f-9a8ed972a36f</link>
<pubDate>Wed, 12 Oct 2011 15:23:38 GMT</pubDate>
<dc:creator>Kamil Zmeskal</dc:creator>
<guid isPermaLink="false">ad0372f5-696a-4813-b069-986ebf26f79c</guid>
<description><![CDATA[Hello, do you know (approximately) release date for the new version with many new features <img src="/ImagesCommon/Smilies/Smiley.gif" border="0" /> ?]]></description>
<content:encoded><![CDATA[Hello, do you know (approximately) release date for the new version with many new features <img src="/ImagesCommon/Smilies/Smiley.gif" border="0" /> ?]]></content:encoded>
</item>
<item>
<title>RE: Feature request: Skip Auto-Scrub on Double Copy</title>
<link>http://www.clipboardfusion.com/Discussions/View/feature-request-skip-auto-scrub-on-double-copy/?ID=905dc4a9-e454-4eb0-a613-2e61bf3d49e7#f12db454-d04d-4941-a903-97ad389d7706</link>
<pubDate>Wed, 05 Oct 2011 19:41:42 GMT</pubDate>
<dc:creator>Keith Lammers</dc:creator>
<guid isPermaLink="false">f12db454-d04d-4941-a903-97ad389d7706</guid>
<description><![CDATA[Added your vote, thanks!]]></description>
<content:encoded><![CDATA[Added your vote, thanks!]]></content:encoded>
</item>
<item>
<title>RE: Feature request: Skip Auto-Scrub on Double Copy</title>
<link>http://www.clipboardfusion.com/Discussions/View/feature-request-skip-auto-scrub-on-double-copy/?ID=905dc4a9-e454-4eb0-a613-2e61bf3d49e7#2cb85008-2732-497b-a516-648b4dd925f0</link>
<pubDate>Wed, 05 Oct 2011 12:04:25 GMT</pubDate>
<dc:creator>Micha Rozenhart</dc:creator>
<guid isPermaLink="false">2cb85008-2732-497b-a516-648b4dd925f0</guid>
<description><![CDATA[I'd love that function too!<br/>
Look like a more logical option to me, I was just discussing this with a friend...]]></description>
<content:encoded><![CDATA[I'd love that function too!<br/>
Look like a more logical option to me, I was just discussing this with a friend...]]></content:encoded>
</item>
<item>
<title>RE: Feature request: Skip Auto-Scrub on Double Copy</title>
<link>http://www.clipboardfusion.com/Discussions/View/feature-request-skip-auto-scrub-on-double-copy/?ID=905dc4a9-e454-4eb0-a613-2e61bf3d49e7#93f22f0e-1489-44f6-9e1d-b79d6d9692a4</link>
<pubDate>Tue, 27 Sep 2011 16:43:45 GMT</pubDate>
<dc:creator>Keith Lammers</dc:creator>
<guid isPermaLink="false">93f22f0e-1489-44f6-9e1d-b79d6d9692a4</guid>
<description><![CDATA[Glad to hear you like ClipboardFusion! Love the idea and I've added it to our list.<br/>
<br/>
Thanks!]]></description>
<content:encoded><![CDATA[Glad to hear you like ClipboardFusion! Love the idea and I've added it to our list.<br/>
<br/>
Thanks!]]></content:encoded>
</item>
<item>
<title>Feature request: Skip Auto-Scrub on Double Copy</title>
<link>http://www.clipboardfusion.com/Discussions/View/feature-request-skip-auto-scrub-on-double-copy/?ID=905dc4a9-e454-4eb0-a613-2e61bf3d49e7</link>
<pubDate>Mon, 26 Sep 2011 19:50:41 GMT</pubDate>
<dc:creator>radix</dc:creator>
<guid isPermaLink="false">88fe5cfd-a332-4265-8b65-773fe36c0c5a</guid>
<description><![CDATA[Hello,<br/>
<br/>
I love clipboard fusion, great work. 95% of the time I want to Auto-Scrub my text so I enable the "Auto-Scrub Clipboard" but its a pain for when I rarely want the formatting intact in the text. What would be a very nice feature would be to have the inverse of Auto-Scrub on Double Copy so that when you double copy it does <b>not</b> strip formatting. So in short single copy strip formatting double copy does not.<br/>
<br/>
Thanks for a great product and for considering the feature request.]]></description>
<content:encoded><![CDATA[Hello,<br/>
<br/>
I love clipboard fusion, great work. 95% of the time I want to Auto-Scrub my text so I enable the "Auto-Scrub Clipboard" but its a pain for when I rarely want the formatting intact in the text. What would be a very nice feature would be to have the inverse of Auto-Scrub on Double Copy so that when you double copy it does <b>not</b> strip formatting. So in short single copy strip formatting double copy does not.<br/>
<br/>
Thanks for a great product and for considering the feature request.]]></content:encoded>
</item>
<item>
<title>RE: Suggestion for improvements</title>
<link>http://www.clipboardfusion.com/Discussions/View/suggestion-for-improvements/?ID=fa7ac319-4350-4752-94a0-55b3024ab29d#7e4c5a34-7d25-4974-8fd8-eb0248640358</link>
<pubDate>Thu, 15 Sep 2011 18:22:14 GMT</pubDate>
<dc:creator>Keith Lammers</dc:creator>
<guid isPermaLink="false">7e4c5a34-7d25-4974-8fd8-eb0248640358</guid>
<description><![CDATA[Not yet unfortunately. It is something we are planning to do but can't guarantee any timelines at the moment. I'll be sure to post an update when we do get a chance to implement it.<br/>
<br/>
Thanks!]]></description>
<content:encoded><![CDATA[Not yet unfortunately. It is something we are planning to do but can't guarantee any timelines at the moment. I'll be sure to post an update when we do get a chance to implement it.<br/>
<br/>
Thanks!]]></content:encoded>
</item>
<item>
<title>RE: Suggestion for improvements</title>
<link>http://www.clipboardfusion.com/Discussions/View/suggestion-for-improvements/?ID=fa7ac319-4350-4752-94a0-55b3024ab29d#774a2c69-1612-48c6-8cf9-3201394fcd88</link>
<pubDate>Thu, 15 Sep 2011 12:19:31 GMT</pubDate>
<dc:creator>mars1412</dc:creator>
<guid isPermaLink="false">774a2c69-1612-48c6-8cf9-3201394fcd88</guid>
<description><![CDATA[are there any news on the first suggestion?<br/>
<i>Clipboard History: when I want to paste some recently used text, I have to open the history (via hotkey) and then I have to press Ctrl-V again to insert the text - it would be great, if the selected text could be inserted automatically</i>]]></description>
<content:encoded><![CDATA[are there any news on the first suggestion?<br/>
<i>Clipboard History: when I want to paste some recently used text, I have to open the history (via hotkey) and then I have to press Ctrl-V again to insert the text - it would be great, if the selected text could be inserted automatically</i>]]></content:encoded>
</item>
<item>
<title>RE: Clipboard History context menu suggestions</title>
<link>http://www.clipboardfusion.com/Discussions/View/clipboard-history-context-menu-suggestions/?ID=880940fd-f7c2-4ab3-bc43-01ac9d70da4d#5aed0d56-136e-4c63-ab20-32415a352ddd</link>
<pubDate>Fri, 26 Aug 2011 15:52:37 GMT</pubDate>
<dc:creator>Keith Lammers</dc:creator>
<guid isPermaLink="false">5aed0d56-136e-4c63-ab20-32415a352ddd</guid>
<description><![CDATA[I've added your vote.<br/>
<br/>
Thanks!]]></description>
<content:encoded><![CDATA[I've added your vote.<br/>
<br/>
Thanks!]]></content:encoded>
</item>
<item>
<title>RE: Clipboard History context menu suggestions</title>
<link>http://www.clipboardfusion.com/Discussions/View/clipboard-history-context-menu-suggestions/?ID=880940fd-f7c2-4ab3-bc43-01ac9d70da4d#eebc05ea-7f03-474d-8600-afc184d6fcd2</link>
<pubDate>Tue, 23 Aug 2011 21:12:55 GMT</pubDate>
<dc:creator>David Ruhmann</dc:creator>
<guid isPermaLink="false">eebc05ea-7f03-474d-8600-afc184d6fcd2</guid>
<description><![CDATA[- Add support for images and files in the Clipboard History context menu. A different icon for different types and a preview for the image.<br/>
<br/>
+1 Vote for this feature.]]></description>
<content:encoded><![CDATA[- Add support for images and files in the Clipboard History context menu. A different icon for different types and a preview for the image.<br/>
<br/>
+1 Vote for this feature.]]></content:encoded>
</item>
<item>
<title>RE: v2.0.5: Scrubbing of clipboard is delayed by several seconds</title>
<link>http://www.clipboardfusion.com/Discussions/View/v2-0-5-scrubbing-of-clipboard-is-delayed-by-several-seconds/?ID=b7627b15-9bba-4a48-8b23-3161760e2cef#d78aa59c-93c7-4d02-bc17-34292c34d66e</link>
<pubDate>Tue, 23 Aug 2011 21:08:31 GMT</pubDate>
<dc:creator>David Ruhmann</dc:creator>
<guid isPermaLink="false">d78aa59c-93c7-4d02-bc17-34292c34d66e</guid>
<description><![CDATA[I have noticed this as well and it is an overall delay.  No matter where or what I copy, I must wait a second before pasting in order for the scrubbed text to be ready to paste.  It is not much of a bother to me. It seems like normal delay for the time it takes to process the text and place it back onto the clipboard.]]></description>
<content:encoded><![CDATA[I have noticed this as well and it is an overall delay.  No matter where or what I copy, I must wait a second before pasting in order for the scrubbed text to be ready to paste.  It is not much of a bother to me. It seems like normal delay for the time it takes to process the text and place it back onto the clipboard.]]></content:encoded>
</item>
<item>
<title>RE: Add option for Recent History/ Pinned Item Drop down menu</title>
<link>http://www.clipboardfusion.com/Discussions/View/add-option-for-recent-history-pinned-item-drop-down-menu/?ID=9b955185-bdaf-43fc-93d4-eaa276614fa3#1d150832-a9d4-42d9-b791-55d5d7b7e6e7</link>
<pubDate>Thu, 04 Aug 2011 18:06:42 GMT</pubDate>
<dc:creator>Keith Lammers</dc:creator>
<guid isPermaLink="false">1d150832-a9d4-42d9-b791-55d5d7b7e6e7</guid>
<description><![CDATA[Hi Dan,<br/>
<br/>
Unfortunately we still can't provide a timeline for adding the pinned items to the quick context menu, but it is definitely still on our list of things to do for the next version.<br/>
<br/>
Thanks!]]></description>
<content:encoded><![CDATA[Hi Dan,<br/>
<br/>
Unfortunately we still can't provide a timeline for adding the pinned items to the quick context menu, but it is definitely still on our list of things to do for the next version.<br/>
<br/>
Thanks!]]></content:encoded>
</item>
<item>
<title>RE: Problem with show history, focus and paste</title>
<link>http://www.clipboardfusion.com/Discussions/View/problem-with-show-history-focus-and-paste/?ID=a5424e93-24e9-48bd-8a47-2e7909fec905#2b46d01c-6780-4fa6-b598-171f2af6224d</link>
<pubDate>Mon, 01 Aug 2011 19:38:56 GMT</pubDate>
<dc:creator>Keith Lammers</dc:creator>
<guid isPermaLink="false">2b46d01c-6780-4fa6-b598-171f2af6224d</guid>
<description><![CDATA[Vote added, thanks!]]></description>
<content:encoded><![CDATA[Vote added, thanks!]]></content:encoded>
</item>
<item>
<title>RE: Add option for Recent History/ Pinned Item Drop down menu</title>
<link>http://www.clipboardfusion.com/Discussions/View/add-option-for-recent-history-pinned-item-drop-down-menu/?ID=9b955185-bdaf-43fc-93d4-eaa276614fa3#70d01cc5-30d3-4777-a3dc-81d4c422d31d</link>
<pubDate>Mon, 25 Jul 2011 20:09:48 GMT</pubDate>
<dc:creator>daniel colwell</dc:creator>
<guid isPermaLink="false">70d01cc5-30d3-4777-a3dc-81d4c422d31d</guid>
<description><![CDATA[any updates on this? The pinned items is the only thing keeping me from still using this.]]></description>
<content:encoded><![CDATA[any updates on this? The pinned items is the only thing keeping me from still using this.]]></content:encoded>
</item>
<item>
<title>RE: Problem with show history, focus and paste</title>
<link>http://www.clipboardfusion.com/Discussions/View/problem-with-show-history-focus-and-paste/?ID=a5424e93-24e9-48bd-8a47-2e7909fec905#21bb9356-8f18-44aa-82b4-c7b27dceab93</link>
<pubDate>Sat, 16 Jul 2011 22:26:11 GMT</pubDate>
<dc:creator>Kevin Pillsbury</dc:creator>
<guid isPermaLink="false">21bb9356-8f18-44aa-82b4-c7b27dceab93</guid>
<description><![CDATA[Please add my vote.  Thank you.]]></description>
<content:encoded><![CDATA[Please add my vote.  Thank you.]]></content:encoded>
</item>
<item>
<title>RE: v2.0.5: Scrubbing of clipboard is delayed by several seconds</title>
<link>http://www.clipboardfusion.com/Discussions/View/v2-0-5-scrubbing-of-clipboard-is-delayed-by-several-seconds/?ID=b7627b15-9bba-4a48-8b23-3161760e2cef#82b55e4b-c2d5-4e7b-94ef-4c50c78594a5</link>
<pubDate>Tue, 05 Jul 2011 19:19:25 GMT</pubDate>
<dc:creator>Keith Lammers</dc:creator>
<guid isPermaLink="false">82b55e4b-c2d5-4e7b-94ef-4c50c78594a5</guid>
<description><![CDATA[Awesome, thanks!]]></description>
<content:encoded><![CDATA[Awesome, thanks!]]></content:encoded>
</item>
</channel>
</rss>
