
Once you’ve applied one of these registry files, you’ll have to reboot your computer for it to work. Uninstalls the preference by deleting the key Now that you’ve learned how these things work internally, you can download and extract the zipfile which contains the following files: ChangeCapsToControl.regĭisables Caps Lock and swaps Scroll lock to be Caps Lock Downloadable Registry Hack to Disable or Remap the Caps Lock Key It might seem complicated, but it’s really fairly simple once you start working with it. For example, if you wanted to disable the caps lock key and then change scroll lock into a caps lock key:Ġ0000000 00000000 03000000 0000 3A00 3A00 4600 00000000 You can map between multiple keys by incrementing the “02” and then adding another of the colorful bold blocks in the middle. The next 8 zeros are there to waste space as the null terminator.The blue bolded “3A00” is the key we are mapping from, in this case the caps lock key.The orange bolded “0000” is the key we actually want Windows to map TO, which in this case is nothing, or 0.

(It really represents the length of the data, but whatever)


