home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / pascal / 7905 < prev    next >
Encoding:
Text File  |  1993-01-06  |  993 b   |  24 lines

  1. Newsgroups: comp.lang.pascal
  2. Path: sparky!uunet!munnari.oz.au!titan!hal!jbm
  3. From: jbm@hal.trl.OZ.AU (Jacques Guy)
  4. Subject: Help wanted identifying keyboard layout
  5. Message-ID: <1993Jan5.233616.11969@trl.oz.au>
  6. Sender: root@trl.oz.au (System PRIVILEGED Account)
  7. Organization: Telecom Research Labs, Melbourne, Australia
  8. Date: Tue, 5 Jan 1993 23:36:16 GMT
  9. Lines: 13
  10.  
  11. I have finished writing an editor able to display two or
  12. more alphabets at once (text mode, not graphics), but
  13. one of its feature (displaying the keyboard on screen)
  14. is a horrible kludge. I simply assumed the same 
  15. keyboard as mine, which makes it about worthless
  16. for anyone with a German, French, or other keyboard.
  17.  
  18. Would anyone know of a way to "interrogate" the keyboard
  19. as it were, so that for each key, it returns the 
  20. corresponding ASCII (not scan code)? And of finding
  21. out the layout of the keys, which, to my ignorant
  22. eyes, come in bewildering varieties, especially when
  23. you try to allow for laptops and book-sized PCs?
  24.