Created
November 13, 2024 14:35
-
-
Save xenophonf/f287db25ed0d48532bf34570289916bf to your computer and use it in GitHub Desktop.
Swap Left Control/Caps Lock and Left Alt/Left Win in Windows (e.g., when using Apple keyboards)
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,\ | |
05,00,00,00,\ | |
1d,00,3a,00,\ | |
3a,00,1d,00,\ | |
38,00,5b,e0,\ | |
5b,e0,38,00,\ | |
00,00,00,00 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment