home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 7303 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: haapa.oulu.fi!not-for-mail
  2. From: tikarjal@haapa.oulu.fi (Timo Karjalainen)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Error in RKM Libs 3rd Edition?
  5. Date: 14 Apr 1996 08:51:35 GMT
  6. Organization: University of Oulu
  7. Message-ID: <4kqean$78o@ousrvr3.oulu.fi>
  8. References: <4koga8$r26@ousrvr3.oulu.fi> <4kojl2$1f26@columba.udac.uu.se>
  9. NNTP-Posting-Host: haapa.oulu.fi
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=iso-8859-1
  12. Content-Transfer-Encoding: 8bit
  13. X-Newsreader: TIN [UNIX 1.3 950824BETA PL0]
  14.  
  15. Kristofer Maad (m93kma@sabik.tdb.uu.se) wrote:
  16.  
  17. : 0x1b is the ASCII code for ESC. The rawkey code is 69 decimal, which
  18. : is 0x45. Obviously, you're looking at vanilla codes here.
  19.  
  20. Yes. Due to a programming error my RAWKEY handler got VANILLAKEY messages.
  21. A false alarm if anything.
  22.  
  23. Don't laugh, but I think it could be more clearly stated in the RKM that
  24. even Esc is broadcast as vanilla. Well, it *does* say that "keys that map 
  25. into single ASCII characters are sent as VANILLAKEY", but it wouldn't hurt
  26. to stress the fact that Return & *Esc* are considered ASCII here.
  27.  
  28. Does anyone know what the ASCII control codes DC[1-4] (0x10-0x14) are?
  29.  
  30.