home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / msdos / misc / 4978 < prev    next >
Encoding:
Text File  |  1992-08-31  |  1.8 KB  |  56 lines

  1. Newsgroups: comp.os.msdos.misc
  2. Path: sparky!uunet!cis.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!cbfsb!cbnewsg.cb.att.com!rnichols
  3. From: rnichols@cbnewsg.cb.att.com (robert.k.nichols)
  4. Subject: Re: Sticky shift key, errant num-lock... Probably a FAQ
  5. Message-ID: <1992Sep1.044002.16567@cbfsb.cb.att.com>
  6. Summary: KEYB.COM is another possible solution
  7. Sender: news@cbfsb.cb.att.com
  8. Organization: AT&T
  9. References: <4969@news.duke.edu>
  10. Date: Tue, 1 Sep 1992 04:40:02 GMT
  11. Lines: 43
  12.  
  13. In article <4969@news.duke.edu> alan@acpub.duke.edu (Alan M. Gallatin) writes:
  14. >Here's one that I'm sure I saw answered over a year ago...
  15. >
  16. >Whenever I have more than 2 or 3 TSR's loaded (low or high), my shift
  17. >keys (generally the left one) and my num-lock keys behave strangely.
  18. ...
  19.  
  20. Here's another possible solution (and the only one that worked for me),
  21. coming from deep within a database at Microsoft, and passed on to me
  22. by Rich Williams, poster of the "int9fix?" set of fixes:
  23.  
  24. ........................................................................
  25.  
  26. March 23, 1992
  27.  
  28. You may encounter erratic keyboard behavior when using the MS-DOS 5.0
  29. HIMEM.SYS driver on certain systems. Symptoms may include a variety of
  30. problems interpreting the state of the SHIFT, CAPS LOCK, NUM LOCK,
  31. ALT, and CTRL keys.
  32.  
  33. ...
  34.     (fix that didn't work for me, using the HIMEM.SYS /machine:xxxx
  35.      switch, deleted )
  36. ...
  37.  
  38. Another workaround is to include the line
  39.  
  40.    c:\dos\keyb us,,c:\dos\keyboard.sys
  41.  
  42. in your AUTOEXEC.BAT file. KEYB replaces the ROM BIOS INT 09h keyboard
  43. interrupt with its own routine. This may allow handling of the
  44. keyboard in a manner that does not conflict with A20 handling.
  45.  
  46. ........................................................................
  47.  
  48. The line that I actually used was:
  49.  
  50.   loadhigh c:\dos\keyb us,,c:\dos\keyboard.sys
  51.  
  52. to conserve low memory.
  53.  
  54. Bob Nichols
  55. rnichols@ihlpm.ih.att.com
  56.