I just thought I would take a moment to share a nifty little trick I've discovered.
Take the following lines that occur BETWEEN (non-inclusive) Begin: and End:, verbatim, and save them as a .reg file - this will remap the Windows Key to Right Ctrl (which makes it actually useful, as you will have both Ctrl keys next to eachother). Copy that blank line too. The whole thing.
WARNING, IF YOU DO NOT UNDERSTAND YOUR REGISTRY, DO NOT CONTINUE!
BEGIN:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Keyboard Layout]
"Scancode Map"=hex:00,00,00,00,00,00,00,00,02,00,00,00,1D,E0 ,5B,E0,00,00,00,00
END:
This will require a reboot to take effect. If you want to erase this mapping you can run the following instead:
BEGIN:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Keyboard Layout]
"Scancode Map"=-
END:
Enjoy.
Ghallo
Connect With Us