<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Windows Hot Keys with AutoHotKey</title><link>http://blogs.msdn.com/noahc/archive/2008/06/14/windows-hot-keys-with-autohotkey.aspx</link><description>div.code {padding-left: 0.75em; margin: 0px; background: #edefff;} div.code pre {padding-top: 0.75em; padding-bottom: 0.75em;} I’m a big fan of keeping my hands on the keyboard as much as possible and having real quick easy ‘one-touch’ access to my favorite</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Windows Hot Keys with AutoHotKey</title><link>http://blogs.msdn.com/noahc/archive/2008/06/14/windows-hot-keys-with-autohotkey.aspx#8600455</link><pubDate>Sun, 15 Jun 2008 13:13:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8600455</guid><dc:creator>someone</dc:creator><description>&lt;p&gt;It's time MS built baked something like Automator (OS X) into Windows 7.&lt;/p&gt;
</description></item><item><title>re: Windows Hot Keys with AutoHotKey</title><link>http://blogs.msdn.com/noahc/archive/2008/06/14/windows-hot-keys-with-autohotkey.aspx#8601596</link><pubDate>Sun, 15 Jun 2008 21:26:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8601596</guid><dc:creator>someone else</dc:creator><description>&lt;p&gt;I like this one a lot: &lt;a rel="nofollow" target="_new" href="http://glob.com.au/hotkey/"&gt;http://glob.com.au/hotkey/&lt;/a&gt; .&lt;/p&gt;
&lt;p&gt;I did not try AutoHotKey but it doesn't seem to have a UI. Anyway, GlobHotKey does and since I don't change my hotkeys too often it's the best solution for me.&lt;/p&gt;
&lt;p&gt;(But it does not override default hotkeys as far as I know. )&lt;/p&gt;
</description></item><item><title>re: Windows Hot Keys with AutoHotKey</title><link>http://blogs.msdn.com/noahc/archive/2008/06/14/windows-hot-keys-with-autohotkey.aspx#8621474</link><pubDate>Thu, 19 Jun 2008 15:27:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8621474</guid><dc:creator>rus.newman</dc:creator><description>&lt;p&gt;I use one of those fancy Microsoft keyboards with the &amp;quot;Favorites&amp;quot; buttons 1-5 across the top. I don't think I'm quite so glued to my keyboard as Noah is, but I had a nifty idea for the favourites keys.&lt;/p&gt;
&lt;p&gt;I'm wondering how to write a program that will let me do combinations of these keys. For instance, I could press favourite key #3, which would bring up a menu of my remote desktops (1-5) and then I select one to launch with the same keys.&lt;/p&gt;
&lt;p&gt;The problem is that these keys seem to be tightly bound to IntelliType and I've found very little on the net about how to use them in a program. I've been programming for a while, and have just started C#. If anyone can point me in the direction of anything useful, I'd be really grateful!&lt;/p&gt;
&lt;p&gt; Thanks.&lt;/p&gt;
</description></item><item><title>re: Windows Hot Keys with AutoHotKey</title><link>http://blogs.msdn.com/noahc/archive/2008/06/14/windows-hot-keys-with-autohotkey.aspx#8623034</link><pubDate>Thu, 19 Jun 2008 23:42:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8623034</guid><dc:creator>noahc</dc:creator><description>&lt;p&gt;Hey rus.newman, All keyboard buttons send a key scan code to the OS, even the 'special' buttons. &amp;nbsp;Then the 'special software' (IntelliType) listens for those scan codes and launches apps, like AutoHotKey does. &amp;nbsp;So if you disable the specialized app, you can use AutoHotKey to bind to those special keys and create hot key chords or combinations. &amp;nbsp;Search the AutoHotKey help file for 'scan code' and 'combinations'.&lt;/p&gt;
</description></item><item><title>Capturing One’s ‘Stream of Consciousness’ in OneNote</title><link>http://blogs.msdn.com/noahc/archive/2008/06/14/windows-hot-keys-with-autohotkey.aspx#8652443</link><pubDate>Wed, 25 Jun 2008 19:18:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8652443</guid><dc:creator>Noah Coad</dc:creator><description>&lt;p&gt;p.header {margin-bottom: 0px; margin-top: 2em; font: bold 11pt arial;} p.miniheader {margin-bottom: 0px;&lt;/p&gt;
</description></item><item><title>re: Windows Hot Keys with AutoHotKey</title><link>http://blogs.msdn.com/noahc/archive/2008/06/14/windows-hot-keys-with-autohotkey.aspx#8714263</link><pubDate>Thu, 10 Jul 2008 01:42:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8714263</guid><dc:creator>rus.newman</dc:creator><description>&lt;p&gt;Thanks, Noah! I'll give that a go and post back when I make some progress on the project. My initial messing-around indicates that this isn't going to be easy at all - the keys 1-5 certainly aren't standard, so the keyboard hook will be involved!&lt;/p&gt;
</description></item><item><title>re: Windows Hot Keys with AutoHotKey</title><link>http://blogs.msdn.com/noahc/archive/2008/06/14/windows-hot-keys-with-autohotkey.aspx#8992120</link><pubDate>Thu, 09 Oct 2008 01:04:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8992120</guid><dc:creator>Rick</dc:creator><description>&lt;p&gt;I manually type in the current date into notes I make in Salesforce which is a web based database. &amp;nbsp;I probably type in the date 10.8 10/8 or something like that 100 times a day. &amp;nbsp;Any chance of creating a hotkey the automatically populates today's date into a text field. &amp;nbsp;I would assume this would be some of kind script that would have to be written to work in all Microsoft programs? &amp;nbsp;Any advice or guideance would be huge. &amp;nbsp;Thanks.&lt;/p&gt;
</description></item><item><title>re: Windows Hot Keys with AutoHotKey</title><link>http://blogs.msdn.com/noahc/archive/2008/06/14/windows-hot-keys-with-autohotkey.aspx#9505076</link><pubDate>Tue, 24 Mar 2009 22:40:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9505076</guid><dc:creator>Little Me</dc:creator><description>&lt;p&gt;I've been using autohotkey but i like the syntax of AutoIt better (AutoHotKey was made from AutoIt so they are still very much alike) &lt;/p&gt;
&lt;p&gt;Both of those scripting languages are awesome the one you choose are personal preference&lt;/p&gt;
</description></item><item><title>re: Windows Hot Keys with AutoHotKey</title><link>http://blogs.msdn.com/noahc/archive/2008/06/14/windows-hot-keys-with-autohotkey.aspx#9923933</link><pubDate>Tue, 17 Nov 2009 23:16:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9923933</guid><dc:creator>Frankcw</dc:creator><description>&lt;p&gt;There is a mistake in your HotKeys file.&lt;/p&gt;
&lt;p&gt;The line: &amp;nbsp; Run &amp;quot;%tools%\QRes.exe&amp;quot; /x:800 &amp;nbsp;/x:600 &amp;nbsp;/c:32&lt;/p&gt;
&lt;p&gt;should be Run &amp;quot;%tools%\QRes.exe&amp;quot; /x:800 &amp;nbsp;/y:600 &amp;nbsp;/c:32&lt;/p&gt;
&lt;p&gt;There is an x that should be a y other than that it works fine. &lt;/p&gt;
</description></item></channel></rss>