Created
February 25, 2015 18:32
-
-
Save kitroed/a4d1d97b410282e05a56 to your computer and use it in GitHub Desktop.
Remap right Windows Key (e0 5c) to Application/Menu Key (e0 5d). [Thanks to http://www.howtogeek.com/howto/windows-vista/disable-caps-lock-key-in-windows-vista/]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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,5d,e0,5c,e0,00,00,00,00 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🐐