nanogui@linuxhacker.org

nanogui@linuxhacker.org


Subject: Re: Keyboard events ...
From: Greg Haerr
Date: Fri, 27 Oct 2000 12:28:19 -0600

: I am having trouble catching the keyboard special keys in my
: application. I am able to catch the following keystrokes...
: [a-z]
: [0-9]
: [<>;'[]-\=]
: 
: I am unable to catch the following keys-
: [F1-F12]
: [Arrow-up,down,left,right]
: [Home,End,Pageup,Pagedn,Insert,Delete]

Anything that starts with an ESC will cause Nano-X to quit,
unless you run "nano-X -e".  In addition, special decoding needs
to be written for the function keys, unless we write a scan-code
mode driver.

Regards,

Greg



nanogui@linuxhacker.org