Skip to content

Instantly share code, notes, and snippets.

@kourbou
Created March 4, 2024 10:46
Show Gist options
  • Select an option

  • Save kourbou/6a921b9f0d3f10db50ba2eb042554d4b to your computer and use it in GitHub Desktop.

Select an option

Save kourbou/6a921b9f0d3f10db50ba2eb042554d4b to your computer and use it in GitHub Desktop.
Using Caps Lock as Ctrl on Windows 11
New-ItemProperty `
-Path 'HKLM:\System\CurrentControlSet\Control\Keyboard Layout' -Name 'Scancode Map' -PropertyType Binary `
-Value 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x1d, 0x00, 0x3a, 0x00, 0x00, 0x00, 0x00, 0x00
Restart-Computer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment