<?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>Ordinary Superhero &#187; ahk</title>
	<atom:link href="http://ordinarysuperhero.com/tag/ahk/feed/" rel="self" type="application/rss+xml" />
	<link>http://ordinarysuperhero.com</link>
	<description>because we all need a break from saving the world</description>
	<lastBuildDate>Tue, 08 Feb 2011 13:02:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Autohotkey: Paste Plain Text</title>
		<link>http://ordinarysuperhero.com/2009/06/autohotkey-paste-plain-text/</link>
		<comments>http://ordinarysuperhero.com/2009/06/autohotkey-paste-plain-text/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 17:51:04 +0000</pubDate>
		<dc:creator>Brian Sargent</dc:creator>
				<category><![CDATA[Autohotkey]]></category>
		<category><![CDATA[ahk]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[utility]]></category>

		<guid isPermaLink="false">http://ordinarysuperhero.com/?p=10</guid>
		<description><![CDATA[<p class="wp-caption-text">AutoHotkey Logo</p> <p>I discovered AutoHotkey a few months ago and i&#8217;ve become a huge fan.  Some parts of my jobs involve large numbers or repetitive keypresses or advance search and replaces and this tool helps me to cut down a huge amount on these.</p> <p>At its simplest it&#8217;s a windows-wide macro ssystem, so you [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_45" class="wp-caption alignright" style="width: 238px"><img class="size-full wp-image-45" title="autohotkey_logo" src="http://ordinarysuperhero.com/wp-content/uploads/2009/06/autohotkey_logo.gif" alt="AutoHotkey Logo" width="228" height="133" /><p class="wp-caption-text">AutoHotkey Logo</p></div>
<p>I discovered <a href="http://www.autohotkey.com/" target="_blank">AutoHotkey </a>a few months ago and i&#8217;ve become a huge fan.  Some parts of my jobs involve large numbers or repetitive keypresses or advance search and replaces and this tool helps me to cut down a huge amount on these.</p>
<p>At its simplest it&#8217;s a windows-wide macro ssystem, so you can replay recorded motions but it can be much more complex and can do far more.  I&#8217;m hoping to write a series of posts on this subject but, for now, here&#8217;s one small sample</p>
<p>This script will take formatted text (from work, webpages, etc, and paste it as plain text, something that I find very useful day by day: </p>
<pre>Msgbox 0, Instructions, press win-v for a plain text paste
#v:: ;capture win-v keypress
clipboard = %clipboard% ;clear any formatting from the clipboard
send, {CTRLDOWN}v{CTRLUP} ;send normal paste command
return ;end the function</pre>
<p>You can download a <a href="ttp://ordinarysuperhero.com/wp-content/uploads/2009/06/cleanpaste.exe">compiled version of this script</a> so that you don&#8217;t have to have AutoHotkey installed.</p>
]]></content:encoded>
			<wfw:commentRss>http://ordinarysuperhero.com/2009/06/autohotkey-paste-plain-text/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
