Tip #353: Swap caps-lock and control keys using MS Windows Registry
tip karma |
Rating 11/5, Viewed by 314
|
created: |
|
October 29, 2002 11:41 |
|
complexity: |
|
basic |
author: |
|
Jacques Petit |
|
as of Vim: |
|
5.7 |
This will allow you to use the caps-lock key as a control key. Makes using vim in win32 much nicer in my opinion.
Place the following text into a text file with the extension *.reg and update your registry by double-clicking the file:
REGEDIT4
[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
<<disabling cabbrev |
Find in files - recursively (NOT :grep!). Only for unix clones. >>
Additional Notes
|