home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / pascal / 4493 < prev    next >
Encoding:
Internet Message Format  |  1992-07-21  |  1.2 KB

  1. Path: sparky!uunet!cs.utexas.edu!uwm.edu!ogicse!qiclab!leonard
  2. From: leonard@qiclab.scn.rain.com (Leonard Erickson)
  3. Newsgroups: comp.lang.pascal
  4. Subject: Re: Another Simple?? TP Question
  5. Message-ID: <1992Jul22.000650.12204@qiclab.scn.rain.com>
  6. Date: 22 Jul 92 00:06:50 GMT
  7. Article-I.D.: qiclab.1992Jul22.000650.12204
  8. References: <1992Jul21.154759.202060@uctvax.uct.ac.za>
  9. Reply-To: 70465.203@compuserve.com
  10. Organization: SCN Research/Qic Laboratories of Tigard, Oregon.
  11. Lines: 19
  12.  
  13. stvlin04@uctvax.uct.ac.za writes:
  14.  
  15. >Could anyone tell me how to get the keyboard to recognise the key in the center
  16. >of the keypad (i.e. the '5' key) when NUMLOCK is off. Or is it just a non - key
  17. >as far as pacsal is concerned?
  18.  
  19. If TP doesn't recognize it, then neither does your BIOS! That leaves 
  20. directly reading the scan codes as the only way to detect it. And that
  21. gets *really* ugly. 
  22.  
  23. There are a few drivers floating around that let you define keycodes for
  24. non-supported keys. I use one called ENHKBD to enable the F11 & f12 keys
  25. on a keyboard attached to an XT.
  26.  
  27. -- 
  28. Leonard Erickson              leonard@qiclab.scn.rain.com
  29. CIS: [70465,203]             70465.203@compuserve.com
  30. FIDO:   1:105/56     Leonard.Erickson@f56.n105.z1.fidonet.org
  31. (The CIS address is checked daily. The others infrequently)
  32.