Skip to content

Instantly share code, notes, and snippets.

@jzawodn
Forked from krists/Turn CAPSLOCK to Ctrl.reg
Created July 1, 2018 16:50
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 jzawodn/0d57057e9d748888aa488c55189cef23 to your computer and use it in GitHub Desktop.
Save jzawodn/0d57057e9d748888aa488c55189cef23 to your computer and use it in GitHub Desktop.
Remap Caps-Lock key to Ctrl in Windows 7/8

Remap Caps-Lock key to Ctrl in Windows 7/8

  • Press Windows key + R and type regedit.exe
  • Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout
  • Create new entry with type Binary value named: Scancode Map
  • Modify value to:
    02 00 00 00 1D 00 3A 00
    00 00 00 00```
    
  • Restart computer
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,1d,00,3a,00,00,00,00,00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment