Mail Archives: djgpp/1999/02/07/04:52:14
On Sat, 6 Feb 1999, Felix Natter wrote:
> 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.
Please explain what do you mean by a ``meta-key''. Is that a key that
is produced by pressing Alt and some other key?
If so, you could prepare a table where all the K_Alt_* keys have a
non-zero entry.
- Raw text -