home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 September / Simtel20_Sept92.cdr / msdos / at / keyboard.arc / README < prev   
Encoding:
Text File  |  1988-06-16  |  2.1 KB  |  52 lines

  1.  
  2. This archive contains the following executable files:
  3.  
  4.  
  5. KBDR     COM      333   6-15-88   7:00a
  6. KBDL     COM      332   6-15-88   7:03a
  7. KBDLESC  COM      410   6-15-88   7:16a
  8. KBDESC   COM      301   6-15-88   7:18a
  9. KBD102   COM      332   6-16-88   7:10a
  10. NUMLOCK  COM       58   6-15-88   7:22a
  11.  
  12.  
  13. The KBD* functions are TSRs (Terminate and Stay Resident utilities) which
  14. correct what some users consider to be keyboard deficiencies in various
  15. keyboards.  These TSRs take very little space, especially when loaded in the
  16. AUTOEXEC.BAT file before any SET commands.
  17.  
  18. These programs are intended only for PC/AT or AT-clone systems!
  19.  
  20. KBDR.COM  maps the CapsLock key into an additional Ctrl key, unless the right
  21. shift key is simultaneously depressed.  This is useful for 101-key keyboard
  22. users accustomed to virtually any other terminal keyboard.
  23.  
  24. KBDL.COM does the same mapping, but requires the use of the left shift key.
  25. This gives 84-key keyboard users a right-hand ctrl key just like those lucky
  26. 101-key keyboard users get!
  27.  
  28. KBDESC.COM exchanges the Esc and `~ keys, putting the escape key in a more
  29. standard (and certainly more reachable) position on the 84 key keyboards.
  30. Users of 101 key keyboards might find this slightly more convenient than the
  31. original positioning.
  32.  
  33. KBDLESC.COM combines the mapping of KBDL.COM and KBDESC.COM. 101 key users
  34. that want to combine KBDESC and KBDR can run them both!
  35.  
  36. KBD102.COM is for use on the Northgate Omnikey/102 keyboard.  After exchanging
  37. the Ctrl and Capslock keys in hardware, this TSR is used to make the new 
  38. Caps Lock key act like a third Alt key (shifted it is Caps Lock).  This puts 
  39. an Alt key in the same position it is in the 84 key keyboard.
  40.  
  41. The final program, NUMLOCK.COM, turns off NUMLOCK.  It is not a TSR.
  42.  
  43. All of these programs were written by me, using the CFORTH Forth Compiler,
  44. and are placed in public domain for the benefit of other PC users who are
  45. frustrated with these keyboard designs.
  46.  
  47. I am not supplying sources, the programs are small enough that DEBUG can be
  48. used to reverse-engineer them.
  49.  
  50. Tom Almy
  51. toma@tekgvs.TEK.COM
  52.