Friday, October 3, 2014

keymap - Map Caps-Lock to Control in Windows 8.1




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.


Answer



SharpKeys did it for me! I couldn't find any other way and as you've discovered the old registry hack doesn't work anymore :(



http://sharpkeys.codeplex.com/


No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...