Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrjohannchang/4778a60913b3d89ded9f779b32df00c3 to your computer and use it in GitHub Desktop.
Save mrjohannchang/4778a60913b3d89ded9f779b32df00c3 to your computer and use it in GitHub Desktop.
Swap left command and left option keys, remap right command to right alt, remap right option to context menu on Windows
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,05,00,00,00,5b,e0,38,00,38,00,5b,e0,38,e0,5c,e0,5d,e0,38,e0,00,00,00,00
; Refs:
; https://superuser.com/a/1202601/270174
; https://stackoverflow.com/questions/40777182/how-to-remap-the-menu-key-on-windows
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment