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 ...
4
votes
3answers
5k views
How to hijack the Caps Lock key for Cut, Copy, Paste keyboard operations
Here is what I am trying to accomplish:
To Copy, press and release Caps Lock ONCE
To Paste, press and release Caps Lock TWICE, quickly
To Cut, press Ctrl+Caps Lock
The reason I want to do this is ...
2
votes
3answers
618 views
Is it possible to programmatically disable the Caps Lock key on Windows?
The Caps Lock key is driving me nuts - I never use it intentionally, but sometimes accidentially press it instead of TAB. My current solution is to remove the button with a screwdriver (no damage, can ...