Tagged Questions

8
votes
5answers
1k views

Why is so complicated to remap Esc to CAP LOCK in Vim?

I saw the vim wiki tips and it says that in order to remap Esc to CAP LOCK you have to edit the following windows code: REGEDIT4 [HKEY_CURRENT_USER\Keyboard Layout] "Scancode ...
6
votes
1answer
977 views

Override Caps Lock with Ctrl using C#

I'm writing (yet another, I know) keyboard remapper using C# and Visual Studio 2008. I followed this guide to learn how to snap up low-level key presses. This works just fine for overriding e.g. ...