home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / k95 / ctrl2cap.txt < prev    next >
Text File  |  2020-01-01  |  2KB  |  55 lines

  1. CTRL2CAPS                                                        June 1996
  2.  
  3.   NOTE: With the recent release by Microsoft of its "Kernel Toys",
  4.   which includes a similar, and more general, key-swapping capability,
  5.   you might prefer to use the Microsoft utility:
  6.  
  7.     http://www.microsoft.com/windows/software/krnltoy.htm
  8.  
  9. CTRL2CAPS.VXD is device driver that swaps the Caps Lock and Left Ctrl keys
  10. on the PC keyboard in Windows 95, for use by those who prefer to have the
  11. Control key just left of the A key, rather than its present placement on
  12. PC keyboards, which is not handy for touch typists.
  13.  
  14. This is the second version of CTRL2CAPS, which adds the option to swap the
  15. Esc and accent grave (`) keys:
  16.  
  17.   To enable the escape/accent grave switching, put the following lines in
  18.   system.ini (anywhere):
  19.  
  20.   [ctrl2cap]
  21.   escape=TRUE
  22.  
  23.   This version changes caps-lock into control, but not vice versa 
  24.   (neither myself, nor any UNIX programmer I know ever use Caps Lock).
  25.  
  26. CTRL2CAPS.VXD was tested within the Kermit Project for several months with no
  27. visible ill effects, but it is provided with no guarantees of any kind -- USE
  28. AT YOUR OWN RISK.  Here is the original announcement Mark Russinovich, who
  29. wrote it:
  30.  
  31. Date: 30 Dec 1995 17:17:56 -0800
  32. From: mer@cs.uoregon.edu (mark eugene russinovich)
  33. Subject: Re: Need to Swap Ctrl and Caps Keys under Windows 95 & NT
  34. Organization: University of Oregon Computer and Information Sciences Dept.
  35.  
  36. Here is the uuencoded VxD that switches the control and caps keys 
  37. for both DOS boxes and Windows in general under Windows 95.
  38.  
  39. To enable it, put the line:
  40.  
  41. device=<PATH>/ctrl2cap.vxd
  42.  
  43. in the [386enh] section of your WINDOWS\SYSTEM.INI file.
  44.  
  45. -Mark
  46.  
  47. ========================================================================
  48. Dr. Mark Russinovich
  49. Dept. of Computer and Information Science
  50. University of Oregon                                    Eugene, OR 97403
  51. Email: markr@numega.com
  52. ========================================================================
  53.  
  54. (End of CTRL2CAPS.TXT)
  55.