Created
May 18, 2025 19:00
-
-
Save chipbite/ad596f1548a65c6cd170a1c303776630 to your computer and use it in GitHub Desktop.
Windows - remap (r) ctrl-onto-> capslock, etc
This file contains hidden or 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 | |
;; Remaps keys, as follows: | |
;; 1. capslock becomes (=) ctrl (left) | |
;; (basic must have) | |
;; left ctrl = home | |
;; left shift = end | |
;; these two allow one to work on a laptop w arrow keys, with home and end to navigate in a nice way | |
;; end = caps lock | |
;; well, now that left ctrl is end, maybe we want capslock somewhere? TBH have never used it since I mapped it this way so... may change this later... | |
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout] | |
"Scancode Map"=hex:00,00,00,00,00,00,00,00,05,00,00,00,1d,e0,3a,00,3a,00,4f,e0,\ | |
47,e0,1d,e0,4f,e0,36,00,00,00,00,00 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment