home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / alt / msdos / programm / 2306 < prev    next >
Encoding:
Text File  |  1992-09-02  |  1.4 KB  |  36 lines

  1. Newsgroups: alt.msdos.programmer
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.INS.CWRU.Edu!agate!linus!linus.mitre.org!jcmorris
  3. From: jcmorris@mwunix.mitre.org (Joe Morris)
  4. Subject: Re: alt 255 ; question
  5. Message-ID: <jcmorris.715438566@mwunix>
  6. Sender: news@linus.mitre.org (News Service)
  7. Nntp-Posting-Host: mwunix.mitre.org
  8. Organization: The MITRE Corporation
  9. References: <92238.135238MCHAMINA@ESTEC.BITNET> <exuptr.390.714845407@exu.ericsson.se> <17h4vvINNp71@matt.ksu.ksu.edu> <2mwyznh@rpi.edu>
  10. Date: Wed, 2 Sep 1992 12:56:06 GMT
  11. Lines: 23
  12.  
  13. garrem@aix.rpi.edu (Matthew Olsen Garretson) writes:
  14.  
  15. >Is this ALT-255 thing a function of DOS or is it built into the keyboard BIOS?
  16.  
  17. >If the former is the case, it doesn't work with DOS 5 + 4DOS 4 + ansi.sys .
  18.  
  19. >If the latter is the case, it doesn't work with my chips.
  20.  
  21. The ability to generate an arbitrary byte is the responsibility of the
  22. program which fields the keyboard interrupts.
  23.  
  24. If nobody is trying to be cute, it's the BIOS which interprets <ALT>+digits
  25. as a one-byte character.  Programs which take over the keyboard hardware
  26. interface -- such as Windows -- are responsible for providing the same
  27. feature.
  28.  
  29. I can't speak for 4DOS because I don't run it.
  30.  
  31. BTW: the <ALT>+digit construct works only for the *keypad* digit keys.  It
  32. will not work if you try to use the digit keys on the top row of the standard
  33. QWERTY keyboard.
  34.  
  35. Joe Morris / MITRE
  36.