Map Caps-Lock to Control in Windows 8.1
Posted
by
Eric Huang
on Super User
See other posts from Super User
or by Eric Huang
Published on 2014-06-07T07:03:44Z
Indexed on
2014/08/24
4:23 UTC
Read the original article
Hit count: 483
windows-8.1
|keymap
Before the Windows 8.1 update, I was able to map Caps-Lock to Controls through the type of registry tweak in this post:
Remapping a keyboard key in windows 8.1
However, after updating to 8.1, my tweak no longer works. What I had done was
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
Windows 8.1 may have changed how it interprets the keyboard layout registry, I'm guessing.
I'm an avid emacs
user, so this problem is a life-or-death scenario for me.
© Super User or respective owner