Last active
March 25, 2023 20:09
-
-
Save jpcofr/71cb76779f51e52b7894393b1c2035d9 to your computer and use it in GitHub Desktop.
Windows Registry File to Remap Caps Lock to Control Key
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,02,00,00,00,00,00,3a,00,00,00,00,00 | |
0000 0000 0000 0000 0200 0000 1d00 3a00 0000 0000 |
Caution: Editing the registry may cause system issues. Proceed with care.
This Windows Registry file adjusts keyboard layout settings by remapping the Caps Lock key to the Control key. To apply the changes, import the file into the Windows Registry by double-clicking it and restart your computer if necessary.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This registry key maps Caps Lock to left Ctrl on Windows 10.