Skip to content

Set Caps Lock to Ctrl using registry key

  • Save the following code block as a .reg registry key and import it:
    Reg
    1
    2
    3
    4
    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 
    
  • Reboot