<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Kill Your Mouse: Automate Mouse Clicks</title>
	<atom:link href="http://www.legalandrew.com/2006/04/27/kill-your-mouse-automate-mouse-clicks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.legalandrew.com/2006/04/27/kill-your-mouse-automate-mouse-clicks/</link>
	<description>law for the rest of us</description>
	<lastBuildDate>Wed, 01 Sep 2010 10:58:41 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Evan Koschik</title>
		<link>http://www.legalandrew.com/2006/04/27/kill-your-mouse-automate-mouse-clicks/comment-page-1/#comment-64877</link>
		<dc:creator>Evan Koschik</dc:creator>
		<pubDate>Wed, 14 Oct 2009 01:22:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.legalandrew.com/2006/04/27/kill-your-mouse-automate-mouse-clicks/#comment-64877</guid>
		<description>I tried to make a script that makes multiple mouse clicks.  I wrote:

#z::

CoordMode, Mouse, Screen
MouseClick, Left, 333,489
CoordMode, Mouse, Relative

CoordMode, Mouse, Screen
MouseClick, Left, 94,654
CoordMode, Mouse, Relative

return

It dosn&#039;t seem to work.  The second click is the only one that registers.  What should I do?

And also, Is there a way to pause the script for a few miliseconds between each click?

Thanks a ton!

Evan</description>
		<content:encoded><![CDATA[<p>I tried to make a script that makes multiple mouse clicks.  I wrote:</p>
<p>#z::</p>
<p>CoordMode, Mouse, Screen<br />
MouseClick, Left, 333,489<br />
CoordMode, Mouse, Relative</p>
<p>CoordMode, Mouse, Screen<br />
MouseClick, Left, 94,654<br />
CoordMode, Mouse, Relative</p>
<p>return</p>
<p>It dosn&#8217;t seem to work.  The second click is the only one that registers.  What should I do?</p>
<p>And also, Is there a way to pause the script for a few miliseconds between each click?</p>
<p>Thanks a ton!</p>
<p>Evan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Flusche</title>
		<link>http://www.legalandrew.com/2006/04/27/kill-your-mouse-automate-mouse-clicks/comment-page-1/#comment-57526</link>
		<dc:creator>Andrew Flusche</dc:creator>
		<pubDate>Sun, 17 Feb 2008 21:13:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.legalandrew.com/2006/04/27/kill-your-mouse-automate-mouse-clicks/#comment-57526</guid>
		<description>Don - I&#039;m glad the article helped you out.  Now you get to save 19 clicks every time you print!</description>
		<content:encoded><![CDATA[<p>Don &#8211; I&#8217;m glad the article helped you out.  Now you get to save 19 clicks every time you print!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don</title>
		<link>http://www.legalandrew.com/2006/04/27/kill-your-mouse-automate-mouse-clicks/comment-page-1/#comment-54820</link>
		<dc:creator>Don</dc:creator>
		<pubDate>Wed, 13 Feb 2008 03:07:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.legalandrew.com/2006/04/27/kill-your-mouse-automate-mouse-clicks/#comment-54820</guid>
		<description>Thanks for the article.  Just wanted you to know somebody is looking at it still.  I never realized how many mouse clicks it take to set up printing the way I want it in intellicad (19 clicks!).    This was easy to do and works great!</description>
		<content:encoded><![CDATA[<p>Thanks for the article.  Just wanted you to know somebody is looking at it still.  I never realized how many mouse clicks it take to set up printing the way I want it in intellicad (19 clicks!).    This was easy to do and works great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew F</title>
		<link>http://www.legalandrew.com/2006/04/27/kill-your-mouse-automate-mouse-clicks/comment-page-1/#comment-15</link>
		<dc:creator>Andrew F</dc:creator>
		<pubDate>Mon, 29 May 2006 00:55:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.legalandrew.com/2006/04/27/kill-your-mouse-automate-mouse-clicks/#comment-15</guid>
		<description>bren,

I am glad that you enjoyed this series. I hope it gave you some good ideas for your autohotkey.ini file.

I have actually tried out the program you linked to here. It is a pretty good utility, but it conflicted with another program I use and love: Colibri. It allows you to launch any program by typing a hotkey, and then typing part of the program&#039;s name. I will definitely write about it in the future.</description>
		<content:encoded><![CDATA[<p>bren,</p>
<p>I am glad that you enjoyed this series. I hope it gave you some good ideas for your autohotkey.ini file.</p>
<p>I have actually tried out the program you linked to here. It is a pretty good utility, but it conflicted with another program I use and love: Colibri. It allows you to launch any program by typing a hotkey, and then typing part of the program&#8217;s name. I will definitely write about it in the future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bren</title>
		<link>http://www.legalandrew.com/2006/04/27/kill-your-mouse-automate-mouse-clicks/comment-page-1/#comment-14</link>
		<dc:creator>bren</dc:creator>
		<pubDate>Sun, 28 May 2006 15:58:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.legalandrew.com/2006/04/27/kill-your-mouse-automate-mouse-clicks/#comment-14</guid>
		<description>I stumbled across your blog doing a search for a sample autohotkey.ini
This &#039;kill your mouse&#039; is a good topic. 
I am a medical transcriber and I too hate the mouse.  

I did want to tell you about a very nice free tool that is specifically for the WindowsKey. It too is easily programmed and with combinations can provide hundreds of functions. The company that created it no longer supports it - but it&#039;s so simple, it really needs no support.  You can d/l it here -- I&#039;m quite sure you&#039;ll find it very useful too:

http://www.softpedia.com/get/System/OS-Enhancements/WinKey.shtml</description>
		<content:encoded><![CDATA[<p>I stumbled across your blog doing a search for a sample autohotkey.ini<br />
This &#8216;kill your mouse&#8217; is a good topic.<br />
I am a medical transcriber and I too hate the mouse.  </p>
<p>I did want to tell you about a very nice free tool that is specifically for the WindowsKey. It too is easily programmed and with combinations can provide hundreds of functions. The company that created it no longer supports it &#8211; but it&#8217;s so simple, it really needs no support.  You can d/l it here &#8212; I&#8217;m quite sure you&#8217;ll find it very useful too:</p>
<p><a href="http://www.softpedia.com/get/System/OS-Enhancements/WinKey.shtml">http://www.softpedia.com/get/S.....nKey.shtml</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
