From: "Felix Natter" Newsgroups: comp.os.msdos.djgpp Subject: keys.h and ascii-interpretation Date: Sat, 6 Feb 1999 19:21:18 +0100 Organization: Customer of NDH Netzwerkdienste Hoeger GmbH Lines: 12 Message-ID: <79i15j$ohp$1@public.ndh.net> NNTP-Posting-Host: port212.bonn.ndh.net X-Trace: public.ndh.net 918325235 25145 195.94.93.212 (6 Feb 1999 18:20:35 GMT) X-Complaints-To: abuse AT ndh DOT net NNTP-Posting-Date: 6 Feb 1999 18:20:35 GMT X-Newsreader: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I need both the ascii translation and the "meta-keys" for a program i write. i looked at key.h, but it seems like getkey and getxkey only translate key-presses where meta-keys are involved. i need to find out whether a keypress is meta or ascii and then get the correct interpretation of the key in either ascii or something like arrow_up or CTRL_X etc. (I'm too stupid to write a key handler that also chains and gets the ascii-interpretation of the key) thanks, Felix Natter