Remapping Windows (Command) and Alt (Option) Keys
Using boot camp with my iMac, I find it frustrating pressing the command key and having the start menu pop-up. It was actually hard to search google and find a simple registry solution, so taking a look at a couple of documents:
- http://www.microsoft.com/whdc/archive/w2kscan-map.mspx
- http://download.microsoft.com/download/1/6/1/161ba512-40e2-4cc9-843a-923143f3456c/scancode.doc
I found it very easy to modify the registry and change the mappings for any key really, but this is how you map LAlt (0038) to LWin (E05B) and vice versa.
- Open regedit to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout
- Create a binary value with the name "Scancode Map" with the value '00000000000000000300000038005BE05BE0380000000000'
- Reboot.
Comments
Post a Comment