<?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>Gordon Turner &#187; windows</title>
	<atom:link href="http://blog.gordonturner.ca/category/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.gordonturner.ca</link>
	<description>A waste of bandwidth</description>
	<lastBuildDate>Wed, 23 Mar 2011 12:53:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Tweetdeck and Selenium on Windows XP</title>
		<link>http://blog.gordonturner.ca/2009/03/31/tweetdeck-and-selenium-on-windows-xp/</link>
		<comments>http://blog.gordonturner.ca/2009/03/31/tweetdeck-and-selenium-on-windows-xp/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 18:51:18 +0000</pubDate>
		<dc:creator>Gordo</dc:creator>
				<category><![CDATA[geek]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.gordonturner.ca/?p=220</guid>
		<description><![CDATA[A quick note, do not use the Twitter client Tweetdeck and the web UI testing tool Selenium server at the same time on Windows XP, or you will get the error: &#8220;This page requires a secure connection which includes server authentication.&#8221; &#8220;The Certificate Issuer for this site is untrusted or unknown. Do you wish to [...]]]></description>
			<content:encoded><![CDATA[<p>A quick note, do not use the Twitter client <a href="http://www.tweetdeck.com">Tweetdeck </a>and the web UI testing tool Selenium server at the same time on Windows XP, or you will get the error:</p>
<p>&#8220;This page requires a secure connection which includes server authentication.&#8221;</p>
<p>&#8220;The Certificate Issuer for this site is untrusted or unknown.  Do you wish to proceed?&#8221;</p>
<p><img src="http://blog.gordonturner.ca/wp-content/uploads/2009/03/tweetdeck-error.jpg" alt="tweetdeck-error" title="tweetdeck-error" width="495" height="182" class="alignnone size-full wp-image-224" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gordonturner.ca/2009/03/31/tweetdeck-and-selenium-on-windows-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mapping OS X hotkeys to Windows hotkeys</title>
		<link>http://blog.gordonturner.ca/2009/01/19/mapping-os-x-hotkeys-to-windows-hotkeys/</link>
		<comments>http://blog.gordonturner.ca/2009/01/19/mapping-os-x-hotkeys-to-windows-hotkeys/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 03:24:11 +0000</pubDate>
		<dc:creator>Gordo</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.gordonturner.ca/?p=203</guid>
		<description><![CDATA[One of the huge pain points transitioning between Windows and OS X is the muscle memory. Cut and paste is different on OS X, the iTunes track keys are different, undo is different, you get the idea. I tried remapping the key binding in OS X to match Windows, but some applications (like Firefox, see [...]]]></description>
			<content:encoded><![CDATA[<p>One of the huge pain points transitioning between Windows and OS X is the muscle memory.  Cut and paste is different on OS X, the iTunes track keys are different, undo is different, you get the idea.</p>
<p>I tried remapping the key binding in OS X to match Windows, but some applications (like Firefox, see <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=316459">bug 316459</a> and xcode) did not play nice.</p>
<p>So remapping the OS X keys in Windows was the next best thing, partly because the Windows Key doesn&#8217;t get used by many apps.</p>
<p>There are many hot key / macro apps out there but <a href="http://www.autohotkey.com/">AutohotKey</a> seems to work really well for me.</p>
<p><a href="http://www.autohotkey.com/">AutohotKey</a> is an Open Source task tray app that has some pretty comprehensive macro calls.  It even allows me to remap the keys on my Apple Aluminum keyboard, such as Print Screen.</p>
<p>My Autohotkeys script is behind the cut.</p>
<p>UPDATE: Script got mangled, please see this <a href="http://confluence.gordonturner.ca/x/XYAe">page instead</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gordonturner.ca/2009/01/19/mapping-os-x-hotkeys-to-windows-hotkeys/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto: Windows Hot Key &#8211; AutoHotKey</title>
		<link>http://blog.gordonturner.ca/2007/08/21/windows-hot-key-howto-autohotkey/</link>
		<comments>http://blog.gordonturner.ca/2007/08/21/windows-hot-key-howto-autohotkey/#comments</comments>
		<pubDate>Wed, 22 Aug 2007 01:13:44 +0000</pubDate>
		<dc:creator>Gordo</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.gordonturner.ca/wordpress/2007/08/21/windows-hot-key-howto-autohotkey/</guid>
		<description><![CDATA[I was looking for something that would give me hotkeys to control iTunes on Windows XP at work. When I step away from my desk I like to pause my music when I lock it. Also, I dislike having to navigate to iTunes to change the song or adjust the iTunes volume. I found AutoHotKey [...]]]></description>
			<content:encoded><![CDATA[<p>I was looking for something that would give me hotkeys to control iTunes on Windows XP at work.  </p>
<p>When I step away from my desk I like to pause my music when I lock it.  Also, I dislike having to navigate to iTunes to change the song or adjust the iTunes volume.</p>
<p>I found <a href="http://www.autohotkey.com/">AutoHotKey</a> which has a scripting language, active forum and licensed under GPL.</p>
<p><span id="more-64"></span></p>
<p>So I have Windows Key + space bar bound to play/pause and the arrow keys mapped just like they are in iTunes.  I also have Windows Key + G mapped to Google and Windows Key + N mapped to my notes.txt file for quick ideas.</p>
<p>This script isn&#8217;t perfect, it just maps the key presses into iTunes, so it is possible to be moving the cursor through playlists rather then changing the volume.  There are more complicated scripts for iTunes control, but this works well for me for now.  </p>
<p>I took this from the AutoHotKey forums, thanks to the original author:</p>
<p><code>
#NoTrayIcon
#SingleInstance force</p>
<p>#right::
DetectHiddenWindows, On
;WinGet, active_id, ID, ahk_class iTunes
ControlSend, ahk_parent, ^{right}, iTunes ahk_class iTunes
;MsgBox, The active window's ID is "%active_id%".
DetectHiddenWindows, Off
return</p>
<p>#left::
DetectHiddenWindows, On
ControlSend, ahk_parent, ^{left}, iTunes ahk_class iTunes
DetectHiddenWindows, Off
return</p>
<p>#down::
DetectHiddenWindows, On
ControlSend, ahk_parent, ^{down}, iTunes ahk_class iTunes
DetectHiddenWindows, Off
return</p>
<p>#up::
DetectHiddenWindows, On
ControlSend, ahk_parent, ^{up}, iTunes ahk_class iTunes
DetectHiddenWindows, Off
return</p>
<p>#space::
DetectHiddenWindows, On
ControlSend, ahk_parent, {space}, iTunes ahk_class iTunes
DetectHiddenWindows, Off
return</p>
<p>#i::
DetectHiddenWindows, On
IfWinActive, iTunes ahk_class iTunes
   WinMinimize
else
   Run %ProgramFiles%\iTunes\iTunes.exe
DetectHiddenWindows, Off
return</p>
<p>#g::Run www.google.com</p>
<p>#n::Run "C:\Documents and Settings\Gordon Turner\My Documents\Documents\@notes\notes.txt"</p>
<p>#s::Run http://del.icio.us/GordonTurner67/speed-dial</code></p>
<p>Update:</p>
<p>I added another hotkey to check to see if Firefox is open (if not, it opens it) and then create a new empty tab:</p>
<p><code>#t::
IfWinExist ahk_class MozillaUIWindowClass
{
   WinActivate
}
else
{
   Run C:\Program Files\Mozilla Firefox\firefox.exe
   WinWait  ahk_class MozillaUIWindowClass
   WinActivate
}
Send, ^{t}
return</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gordonturner.ca/2007/08/21/windows-hot-key-howto-autohotkey/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

