Skip to content

Instantly share code, notes, and snippets.

@jasonrm
Created July 29, 2009 17:57
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 jasonrm/158295 to your computer and use it in GitHub Desktop.
Save jasonrm/158295 to your computer and use it in GitHub Desktop.
Windows, change caps lock key to Ctrl
Windows Registry Editor Version 5.00
; I never use Caps Lock, thus reassign the key to act as control.
; This assumes you are already using a default US keyboard layout
; so I have no idea how this would modify key mapping for other layouts.
[HKEY_CURRENT_USER\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