Skip to content

Instantly share code, notes, and snippets.

@anshumanb
Last active July 19, 2021 02:54
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 anshumanb/d477f87cdc9ef0b8e177230ffe6ed7dd to your computer and use it in GitHub Desktop.
Save anshumanb/d477f87cdc9ef0b8e177230ffe6ed7dd to your computer and use it in GitHub Desktop.
Remap Windows 10 Ctrl, Win keys
Windows Registry Editor Version 5.00
; https://gist.github.com/joshschmelzle/5e88dabc71014d7427ff01bca3fed33d
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
"Scancode Map"=hex:00,00,00,00,00,00,00,00,02,00,00,00,1d,00,3a,00,00,00,00,00
Windows Registry Editor Version 5.00
; Record 1 - Caps Lock (003a) becomes Left Ctrl (001d)
; Record 2 - Left Ctrl (001d) becomes Left Win (e05b)
; https://superuser.com/questions/1539085/is-there-a-way-of-mapping-a-key-combination-of-a-computer-type-a-character/1539125#1539125
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
"Scancode Map"=hex:00,00,00,00,00,00,00,00,03,00,00,00,1d,00,3a,00,5b,e0,1d,00,00,00,00,00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment