Skip to content

Instantly share code, notes, and snippets.

@bugventure
Last active June 25, 2019 12:14
Show Gist options
  • Save bugventure/b3be542f21019165b5d4d17c1ac67eab to your computer and use it in GitHub Desktop.
Save bugventure/b3be542f21019165b5d4d17c1ac67eab to your computer and use it in GitHub Desktop.
Reorder Win and L Alt keys Windows
; Reference: https://superuser.com/questions/1190329/can-i-switch-the-alt-and-ctrl-keys-on-my-keyboard
; Reference: https://www.experts-exchange.com/articles/2155/Keyboard-Remapping-CAPSLOCK-to-Ctrl-and-Beyond.html
; Location: Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout
; Description: Remaps Left Windows (5b,e0) and Left Alt (38,00) keys
; Note: When using as a .reg file, remove top comment lines
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,03,00,00,00,5b,e0,38,00,38,00,5b,e0,00,00,00,00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment