<?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: How To Remap Keyboard Keys In Windows (Such as the with Apple Keyboard)</title>
	<atom:link href="http://www.alvinpoh.com/how-to-remap-keyboard-keys-in-windows-such-as-the-with-apple-keyboard/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alvinpoh.com/how-to-remap-keyboard-keys-in-windows-such-as-the-with-apple-keyboard/</link>
	<description></description>
	<lastBuildDate>Tue, 31 Jan 2012 21:55:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Kevin</title>
		<link>http://www.alvinpoh.com/how-to-remap-keyboard-keys-in-windows-such-as-the-with-apple-keyboard/comment-page-1/#comment-37362</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Wed, 14 Sep 2011 13:51:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.alvinpoh.com/?p=1252#comment-37362</guid>
		<description>Hi, thank you for this tutorial and script files!
I too had to install the &#039;Basic&quot; version of AutoHotKeys because I kept getting a &quot;GoTo... outside a function&quot; error.

Luckily, we have the same keyboard so I didn&#039;t have to use &quot;detect - keys&quot;. I could just run &quot;Keyboard Media Keys&quot; straight away, WITHOUT installing the driver!
So it works completely now, the Win and ALT keys are changed, and the Eject is now delete :D

But is there a way to change the functions keys? Like fn+F8 (the play/pause button) to something like Control+Alt+Shift+P which I have mapped to iTunes Play, using iTunesControl?

And also change system screen brightness using fn+F1 or F2?
Maybe even open Control Panel when fn+F4 is pressed.

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi, thank you for this tutorial and script files!<br />
I too had to install the &#8216;Basic&#8221; version of AutoHotKeys because I kept getting a &#8220;GoTo&#8230; outside a function&#8221; error.</p>
<p>Luckily, we have the same keyboard so I didn&#8217;t have to use &#8220;detect &#8211; keys&#8221;. I could just run &#8220;Keyboard Media Keys&#8221; straight away, WITHOUT installing the driver!<br />
So it works completely now, the Win and ALT keys are changed, and the Eject is now delete <img src='http://www.alvinpoh.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>But is there a way to change the functions keys? Like fn+F8 (the play/pause button) to something like Control+Alt+Shift+P which I have mapped to iTunes Play, using iTunesControl?</p>
<p>And also change system screen brightness using fn+F1 or F2?<br />
Maybe even open Control Panel when fn+F4 is pressed.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lb</title>
		<link>http://www.alvinpoh.com/how-to-remap-keyboard-keys-in-windows-such-as-the-with-apple-keyboard/comment-page-1/#comment-37258</link>
		<dc:creator>lb</dc:creator>
		<pubDate>Thu, 21 Jul 2011 22:42:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.alvinpoh.com/?p=1252#comment-37258</guid>
		<description>Hi Ingemar,

Sorry this is not yet working for you. There&#039;s got to be a way!

Here are four suggestions that you could try. Before you try them, you should maybe read the rather lengthy (and boring!) explanations I wrote after the four suggestions so that you have a better idea of what I am suggesting.

Suggestions:
1) Put the two dll files that you downloaded from Audible (for me it was mfc71.dll and msvcr71.dll) in the folder that contains the version of AHK that I suggested (i.e. 1.0.48.5). Then run the script. This should work (i.e. no error message and an AHK icon appears in the system tray). If that doesn’t work, try 2).
2) If 1) doesn’t work, put the dll files in the following folder instead: C\:Windows\SysWOW64. That works if you have Windows 7 64 bits. (If you have a 32 bit system, the folder should be System32 like you mentioned, but I haven’t tried that). Then run the AHK script. No need to use regsvr32, just run the script. If that doesn’t work, try 3).
3) Leave the two dll filed in SysWOW64 and reboot your system. Then run the script.
4) If 3) doesn’t work, I would try using the dll files from dll-files.com. Just download both files (links below), and retry steps 1-3.

GOOD LUCK! And now some explanations:

- I am now using this AHK keyboard script on three different computers and it works flawlessly.
- All three are using Windows 7 Home Premium edition 64 bits.
- The fact that they are 64 bits is important to know where to put the dll files.
- As I mentioned in a previous post, the script worked right away on my first computer (running AHK 1.0.48.3) but for the two others I had to download AHK 1.0.48.5 from the AHK website. Both of these computers came with AHK 1.0.97.x and the script didn’t work with that version of AHK (I got the “error goto” problem that others have mentioned). I don’t know if you absolutely need 1.0.48, I just know that for me it works with 1.0.48 and doesn’t with 1.0.97.
- For the two computers for which I had to install AHK 1.0.48.5, when I initially ran the script, I didn’t get the “error goto” problem anymore but I got a message saying that mfc71.dll file was missing. Once I installed it, running the script gave a message that msvcr71.dll was missing. After I installed that second dll file, the script worked beautifully.
- For one of the computers, I got the dll files from dll-files.com as stated in a previous post (see: http://www.dll-files.com/pop.php?dll=mfc71 and also http://www.dll-files.com/pop.php?dll=msvcr71). For the other computer, I got the dll files from the Audible site as mentioned in the previous post (see: http://audible.custhelp.com/app/answers/detail/a_id/3888). Both of these sets of dll files have worked for me, whether they come from dll-files.com or from Audible.
- For me, it was sufficient to put the two dll files in the folder where AHK 1.0.48 is installed for the script to work. That means: I put the files in the AHK folder, then ran the script and no error message appeared: instead, an AHK icon appeared in the system tray.
- Now here is the special part if you don’t expect it: the two dll files have now disappeared from my AHK folder. This is to be expected. The two dll files have now been transferred automatically in the following folder: C\:Windows\SysWOW64. In your post you mention System32 but if you have a 64 bits system, it seems that this folder has become SysWOW64. System32 (and now SysWOW64) are folders that are used by Windows as dll repositories: when you run a new application that uses a new dll file, Windows stores a copy (in this case, for me it didn’t copy but actually transferred the files) of this dll file in this folder so that it can be used by other programs.
- If I remove either of the two dll files from SysWOW64, then the “missing dll files&quot; message reappears when I run the AHK script. If I put the files back, the script runs perfectly.
- In both cases, I didn’t have to run anything like regsvr32.

Hope this is helpful!</description>
		<content:encoded><![CDATA[<p>Hi Ingemar,</p>
<p>Sorry this is not yet working for you. There&#8217;s got to be a way!</p>
<p>Here are four suggestions that you could try. Before you try them, you should maybe read the rather lengthy (and boring!) explanations I wrote after the four suggestions so that you have a better idea of what I am suggesting.</p>
<p>Suggestions:<br />
1) Put the two dll files that you downloaded from Audible (for me it was mfc71.dll and msvcr71.dll) in the folder that contains the version of AHK that I suggested (i.e. 1.0.48.5). Then run the script. This should work (i.e. no error message and an AHK icon appears in the system tray). If that doesn’t work, try 2).<br />
2) If 1) doesn’t work, put the dll files in the following folder instead: C\:Windows\SysWOW64. That works if you have Windows 7 64 bits. (If you have a 32 bit system, the folder should be System32 like you mentioned, but I haven’t tried that). Then run the AHK script. No need to use regsvr32, just run the script. If that doesn’t work, try 3).<br />
3) Leave the two dll filed in SysWOW64 and reboot your system. Then run the script.<br />
4) If 3) doesn’t work, I would try using the dll files from dll-files.com. Just download both files (links below), and retry steps 1-3.</p>
<p>GOOD LUCK! And now some explanations:</p>
<p>- I am now using this AHK keyboard script on three different computers and it works flawlessly.<br />
- All three are using Windows 7 Home Premium edition 64 bits.<br />
- The fact that they are 64 bits is important to know where to put the dll files.<br />
- As I mentioned in a previous post, the script worked right away on my first computer (running AHK 1.0.48.3) but for the two others I had to download AHK 1.0.48.5 from the AHK website. Both of these computers came with AHK 1.0.97.x and the script didn’t work with that version of AHK (I got the “error goto” problem that others have mentioned). I don’t know if you absolutely need 1.0.48, I just know that for me it works with 1.0.48 and doesn’t with 1.0.97.<br />
- For the two computers for which I had to install AHK 1.0.48.5, when I initially ran the script, I didn’t get the “error goto” problem anymore but I got a message saying that mfc71.dll file was missing. Once I installed it, running the script gave a message that msvcr71.dll was missing. After I installed that second dll file, the script worked beautifully.<br />
- For one of the computers, I got the dll files from dll-files.com as stated in a previous post (see: <a href="http://www.dll-files.com/pop.php?dll=mfc71" rel="nofollow">http://www.dll-files.com/pop.php?dll=mfc71</a> and also <a href="http://www.dll-files.com/pop.php?dll=msvcr71" rel="nofollow">http://www.dll-files.com/pop.php?dll=msvcr71</a>). For the other computer, I got the dll files from the Audible site as mentioned in the previous post (see: <a href="http://audible.custhelp.com/app/answers/detail/a_id/3888" rel="nofollow">http://audible.custhelp.com/app/answers/detail/a_id/3888</a>). Both of these sets of dll files have worked for me, whether they come from dll-files.com or from Audible.<br />
- For me, it was sufficient to put the two dll files in the folder where AHK 1.0.48 is installed for the script to work. That means: I put the files in the AHK folder, then ran the script and no error message appeared: instead, an AHK icon appeared in the system tray.<br />
- Now here is the special part if you don’t expect it: the two dll files have now disappeared from my AHK folder. This is to be expected. The two dll files have now been transferred automatically in the following folder: C\:Windows\SysWOW64. In your post you mention System32 but if you have a 64 bits system, it seems that this folder has become SysWOW64. System32 (and now SysWOW64) are folders that are used by Windows as dll repositories: when you run a new application that uses a new dll file, Windows stores a copy (in this case, for me it didn’t copy but actually transferred the files) of this dll file in this folder so that it can be used by other programs.<br />
- If I remove either of the two dll files from SysWOW64, then the “missing dll files&#8221; message reappears when I run the AHK script. If I put the files back, the script runs perfectly.<br />
- In both cases, I didn’t have to run anything like regsvr32.</p>
<p>Hope this is helpful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ingemar</title>
		<link>http://www.alvinpoh.com/how-to-remap-keyboard-keys-in-windows-such-as-the-with-apple-keyboard/comment-page-1/#comment-37257</link>
		<dc:creator>Ingemar</dc:creator>
		<pubDate>Thu, 21 Jul 2011 11:49:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.alvinpoh.com/?p=1252#comment-37257</guid>
		<description>Hi everyone / Ib

I&#039;ve had quite some troubles running the scrips using Windows 7 Ultimate and Autohotkey. I firstly ran into the same problems as mentioned above with the error message &quot;Goto: Cannot jump....&quot;, so I tried downloading all available versions of Autohotkey from their homepage. I found the &quot;Basic&quot; one to work on my pc. Then I ran into the problem of the missing DLL. I did as what was suggested and downloaded the pack from audible but found no such folder on my pc to copy it into. I then did some more google research and found out you must copy the missing DLL to Windows/systems32 folder which I did. Then register it in the registry using regsvr32. Now I got a error message saying the MFC71.dll is not compatible with the version of windows I have. 

So now I am back to where I started, and have no idea of what to persue next. Even considered trying a Snowleopard installation on my Intel Desktop Board DH67CF but after going through support pages for Hacintosh it seems nearly like a full time job getting a IOS to work on a PC with a motherboard which has not been tried out before. 

Any suggestions would be greatly appreciated. And btw, Ib - I think you do a awesome job of trying to help everyone. Thanks alot for all the effort.</description>
		<content:encoded><![CDATA[<p>Hi everyone / Ib</p>
<p>I&#8217;ve had quite some troubles running the scrips using Windows 7 Ultimate and Autohotkey. I firstly ran into the same problems as mentioned above with the error message &#8220;Goto: Cannot jump&#8230;.&#8221;, so I tried downloading all available versions of Autohotkey from their homepage. I found the &#8220;Basic&#8221; one to work on my pc. Then I ran into the problem of the missing DLL. I did as what was suggested and downloaded the pack from audible but found no such folder on my pc to copy it into. I then did some more google research and found out you must copy the missing DLL to Windows/systems32 folder which I did. Then register it in the registry using regsvr32. Now I got a error message saying the MFC71.dll is not compatible with the version of windows I have. </p>
<p>So now I am back to where I started, and have no idea of what to persue next. Even considered trying a Snowleopard installation on my Intel Desktop Board DH67CF but after going through support pages for Hacintosh it seems nearly like a full time job getting a IOS to work on a PC with a motherboard which has not been tried out before. </p>
<p>Any suggestions would be greatly appreciated. And btw, Ib &#8211; I think you do a awesome job of trying to help everyone. Thanks alot for all the effort.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lb</title>
		<link>http://www.alvinpoh.com/how-to-remap-keyboard-keys-in-windows-such-as-the-with-apple-keyboard/comment-page-1/#comment-37206</link>
		<dc:creator>lb</dc:creator>
		<pubDate>Fri, 08 Jul 2011 21:12:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.alvinpoh.com/?p=1252#comment-37206</guid>
		<description>Hi Mats,

Yes you have to be careful where you download your dll files from. If the dll files are from Microsoft, I usually use their store or go to dll-files.com. If they are not from Microsoft, then I try to download them from a company that offers it as support for their product. In the current case, you can download the necessary dll files from dll-files.com or from the reputable support service of audible.com at the following address: http://audible.custhelp.com/app/answers/detail/a_id/3888. Just download and open the zip file (it contains four dll files, including the two that were necessary for me to get the keyboard to work.) Hope this helps.</description>
		<content:encoded><![CDATA[<p>Hi Mats,</p>
<p>Yes you have to be careful where you download your dll files from. If the dll files are from Microsoft, I usually use their store or go to dll-files.com. If they are not from Microsoft, then I try to download them from a company that offers it as support for their product. In the current case, you can download the necessary dll files from dll-files.com or from the reputable support service of audible.com at the following address: <a href="http://audible.custhelp.com/app/answers/detail/a_id/3888" rel="nofollow">http://audible.custhelp.com/app/answers/detail/a_id/3888</a>. Just download and open the zip file (it contains four dll files, including the two that were necessary for me to get the keyboard to work.) Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mats Svensson</title>
		<link>http://www.alvinpoh.com/how-to-remap-keyboard-keys-in-windows-such-as-the-with-apple-keyboard/comment-page-1/#comment-37057</link>
		<dc:creator>Mats Svensson</dc:creator>
		<pubDate>Thu, 07 Jul 2011 20:03:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.alvinpoh.com/?p=1252#comment-37057</guid>
		<description>As i said, i tried the older AHK, thats the one that apparently needs the dll file from Microsoft, that you of course cant just download from Microsoft.

And, yes you can easily find a bazilion places to download the file from  by googling it.
All very very very eager to supply files for you to stick in your computer indeed...

So problem solved in 5 minutes, not really nope.

If you have a actual safe place to get it from, why not share the info?</description>
		<content:encoded><![CDATA[<p>As i said, i tried the older AHK, thats the one that apparently needs the dll file from Microsoft, that you of course cant just download from Microsoft.</p>
<p>And, yes you can easily find a bazilion places to download the file from  by googling it.<br />
All very very very eager to supply files for you to stick in your computer indeed&#8230;</p>
<p>So problem solved in 5 minutes, not really nope.</p>
<p>If you have a actual safe place to get it from, why not share the info?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lb</title>
		<link>http://www.alvinpoh.com/how-to-remap-keyboard-keys-in-windows-such-as-the-with-apple-keyboard/comment-page-1/#comment-37052</link>
		<dc:creator>lb</dc:creator>
		<pubDate>Wed, 06 Jul 2011 17:35:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.alvinpoh.com/?p=1252#comment-37052</guid>
		<description>Hi Mats,

Sorry that the workaround didn&#039;t work for you, it did work for me on two different computers (although for the second one I did have to download two dll files; but that took a total of 5 minutes, not 5 years!). If you are not ready to go for an older version of AHK and to download two different dll files (and there are very safe sites for that) then maybe you should write about your problem on the AHK forum. Good luck!</description>
		<content:encoded><![CDATA[<p>Hi Mats,</p>
<p>Sorry that the workaround didn&#8217;t work for you, it did work for me on two different computers (although for the second one I did have to download two dll files; but that took a total of 5 minutes, not 5 years!). If you are not ready to go for an older version of AHK and to download two different dll files (and there are very safe sites for that) then maybe you should write about your problem on the AHK forum. Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mats Svensson</title>
		<link>http://www.alvinpoh.com/how-to-remap-keyboard-keys-in-windows-such-as-the-with-apple-keyboard/comment-page-1/#comment-37049</link>
		<dc:creator>Mats Svensson</dc:creator>
		<pubDate>Wed, 06 Jul 2011 11:12:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.alvinpoh.com/?p=1252#comment-37049</guid>
		<description>Seems like another dead end =(

This does not work unless you get an older version of autohotkey, 

and then it doesn&#039;t work because MFC71.DLL is missing, 

and then that can only be downloaded from virussites, 

and then.... blah blah blah...

Does anyone know of a solution that just works, without the need of any five year research project?</description>
		<content:encoded><![CDATA[<p>Seems like another dead end =(</p>
<p>This does not work unless you get an older version of autohotkey, </p>
<p>and then it doesn&#8217;t work because MFC71.DLL is missing, </p>
<p>and then that can only be downloaded from virussites, </p>
<p>and then&#8230;. blah blah blah&#8230;</p>
<p>Does anyone know of a solution that just works, without the need of any five year research project?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lb</title>
		<link>http://www.alvinpoh.com/how-to-remap-keyboard-keys-in-windows-such-as-the-with-apple-keyboard/comment-page-1/#comment-37002</link>
		<dc:creator>lb</dc:creator>
		<pubDate>Wed, 29 Jun 2011 00:47:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.alvinpoh.com/?p=1252#comment-37002</guid>
		<description>Hi,
I had the same &quot;error goto&quot; problem but it seems to be fixed now. The script worked on my Vista laptop but didn&#039;t on my other Windows 7 tablet. After, looking around I saw that the two didn&#039;t use the same version of AutoHotKey (Vista had 1.0.48.3 and Windows 7 had 1.0.97.2). I installed 1.0.48.5 (download from AHK website) in a separate folder (i.e. both versions are now installed) on my tablet and now the script works perfectly. Anyway, that worked for me. Good luck!</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I had the same &#8220;error goto&#8221; problem but it seems to be fixed now. The script worked on my Vista laptop but didn&#8217;t on my other Windows 7 tablet. After, looking around I saw that the two didn&#8217;t use the same version of AutoHotKey (Vista had 1.0.48.3 and Windows 7 had 1.0.97.2). I installed 1.0.48.5 (download from AHK website) in a separate folder (i.e. both versions are now installed) on my tablet and now the script works perfectly. Anyway, that worked for me. Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Garrick</title>
		<link>http://www.alvinpoh.com/how-to-remap-keyboard-keys-in-windows-such-as-the-with-apple-keyboard/comment-page-1/#comment-36979</link>
		<dc:creator>Garrick</dc:creator>
		<pubDate>Thu, 23 Jun 2011 19:00:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.alvinpoh.com/?p=1252#comment-36979</guid>
		<description>I&#039;m having the same &quot;goto&quot; error as Andrea and valensen.</description>
		<content:encoded><![CDATA[<p>I&#8217;m having the same &#8220;goto&#8221; error as Andrea and valensen.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: valensen</title>
		<link>http://www.alvinpoh.com/how-to-remap-keyboard-keys-in-windows-such-as-the-with-apple-keyboard/comment-page-1/#comment-36945</link>
		<dc:creator>valensen</dc:creator>
		<pubDate>Wed, 15 Jun 2011 13:18:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.alvinpoh.com/?p=1252#comment-36945</guid>
		<description>Have the same problem as andrea. Error message pops up.</description>
		<content:encoded><![CDATA[<p>Have the same problem as andrea. Error message pops up.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

