Last active
July 7, 2021 15:26
-
-
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
This file contains 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,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