home *** CD-ROM | disk | FTP | other *** search
/ Phoenix CD 2.0 / Phoenix_CD.cdr / 24b / keyboard.zip / KEYLOC.DOC < prev    next >
Text File  |  1985-08-21  |  2KB  |  35 lines

  1. Keyloc  -  Keyboard Lock Program
  2. --------------------------------
  3.  
  4.     Keyloc is a patch to the BIOS keyboard routine.  It modifies the 
  5.     operation of the Alt, Ctrl, Left Shift and Right Shift keys. It allows 
  6.     one finger typing by locking those keys in their shifted state. 
  7.  
  8.     Normally the Ctrl, Alt, Left Shift, and Right Shift keys have to be held 
  9.     down with one finger, while another finger is used to type another key. 
  10.     For example, if a program requires you enter a ^P, you must hold down 
  11.     the Ctrl key with one finger, then depress the "P" key with another. 
  12.  
  13.     When Keyloc is loaded in memory, it changes the way these keys operate. 
  14.     To type in a ^P, you first type and release the Ctrl key. This locks the 
  15.     Ctrl key in it's shifted state. Next the "P" key is depressed and 
  16.     release.  This enters a ^P. Depressing Ctrl again takes the key from 
  17.     it's shifted to unshifted state. 
  18.  
  19.     Keyloc gives an audio signal so the user can tell when he is shifting or 
  20.     unshifting a key.  The first time the Ctrl key is depressed, a low tone 
  21.     followed by a high tone is sounded.  This signals that the key has been 
  22.     put in the shifted state. The next time the Ctrl key is depressed, a low 
  23.     tone followed by a high tone is sounded.  This signals that the key has 
  24.     been returned to the unshifted state. 
  25.  
  26. Loading Keyloc Into Memory
  27. --------------------------
  28.  
  29.     The program Keyloc is loaded into memory by executing the program 
  30.     KEYLOC. This can be done by typine in the name of the program, KEYLOC, 
  31.     with the the file KEYLOC.EXE on the diskette in the default drive. 
  32.  
  33.     Keyloc remains loaded in memory until the system is rebooted.  It uses 
  34.     approximately 500 bytes of memory. 
  35.