As of: Kermit 95 2.0PC users who are accustomed to terminal keyboards often want the PC keyboard to have the Ctrl key where the Caps Lock key is, and Esc where Accent Grave is. CTRL2CAPS.VXD can take care of this for you in Windows 95, 98, or ME (but not NT, 2000, or XP), but you should know there are alternatives, including:
Previous versions of CTRL2CAP removed the Caps Lock function from the keyboard completely. The version that is included with Kermit 1.1.17 and later puts the Caps Lock function on the left Ctrl key (a) in case you want to use it, and (b) so there will be no conflict with PCTERM keyboard mode, which also was added in K95 1.1.17, and which needs a Caps Lock key.
DEVICE=path/CTRL2CAP.VXD
in the [Enhanced] (or [386enh]) section, where path is the KEYMAPS subdirectory of your Kermit 95 directory. Note: We recommend you use the copy in the Kermit 95 KEYMAPS directory, since this is the one that it patched automatically (in case corrections are needed) when new releases of K95 are installed. If you copy CTRL2CAP.VXD to another directory and refer to the copy in SYSTEM.INI, then if a patch is later applied to the copy in your K95\KEYMAPS directory, it will not be reflected in the version you are actually running.
Second: CTRL2CAP also allows Escape/Accent-Grave switching. If you want these keys swapped, also put:
[Ctrl2cap] Escape=TRUE
in the SYSTEM.INI file.
Dr. Mark Russinovich
Department of Computer and Information Science
University of Oregon
Eugene OR 97403
USA
Email: formerly markr@numega.com
Web: http://www.sysinternals.com/c2cap95.htm