Skip to content

Instantly share code, notes, and snippets.

@kitroed
Created February 25, 2015 18:32
Show Gist options
  • Save kitroed/a4d1d97b410282e05a56 to your computer and use it in GitHub Desktop.
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/]
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
@kitroed
Copy link
Author

kitroed commented Oct 1, 2015

🐐

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment