Although I have a windows key on my laptop, it’s in the upper right-hand corner of the keyboard. Since I am used to the windows key being at the bottom of the keyboard, this makes it especially useless. But, thanks to Scott Hanselman, I can remap the right-alt key to the windows key, giving me back the ability to use the windows key! From his blog:
Here's a registry key that will remap the RIGHT-ALT to the Windows Key (save it as a .REG file):
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,5B,E0,38,E0,00,00,00,00
Then reboot, and it should work. If you ever want to remove these mappings, delete the Scancode Map registry key that was created.
Posted
02-09-2004 12:15 PM
by
Darrell Norton