Remapping Capslock to Escape in Windows 2000 / XP / x64 / Vista
So a while back I posted on how to remap Capslock to function as hitting the Escape key in OSX.
Well, now I'm using a Windows machine and I'm confronted with the same problem.
Here's the solution:
http://www.usnetizen.com/fix_capslock.php
Or, more specifically, just create a new text file and paste this in it:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
"Scancode Map"=hex:00,00,00,00,00,00,00,00,02,00,00,00,01,00,3a,00,00,00,00,00
Save it as whatever.reg, run it, reboot, and enjoy!
Hope this helps someone besides myself.