nanogui: 0.89pre7 backspace key??


Previous by date: 12 Feb 2001 04:26:55 -0000 0.89pre7 backspace key??, LC. Chang
Next by date: 12 Feb 2001 04:26:55 -0000 Re: nxSocket?, Greg Haerr
Previous in thread: 12 Feb 2001 04:26:55 -0000 0.89pre7 backspace key??, LC. Chang
Next in thread:

Subject: Re: 0.89pre7 backspace key??
From: "Greg Haerr" ####@####.####
Date: 12 Feb 2001 04:26:55 -0000
Message-Id: <05f101c094a9$ec8fba00$15320cd0@gregh>

: works. I use linux kernel 2.4.0, can anybody explain this?
: 
: L.C. Chang
: 
: @@ -437,13 +439,16 @@
:         case MWKEY_PAUSE:
:                 mwkey = MWKEY_QUIT;
:                 break;
: +       case 127:
: +               mwkey = MWKEY_BACKSPACE;
: +               break;

LC Chang,
    Your kernel is setting the backspace key (scancode
14) to a DELETE, which is ASCII 127.  Your patch changes
the delete value to a BS value.

I will add your patch, I think, since Microwindows
thinks that MWKEY_DELETE is the keypad delete, rather than
the shift-BS value.

Regards,

Greg



Previous by date: 12 Feb 2001 04:26:55 -0000 0.89pre7 backspace key??, LC. Chang
Next by date: 12 Feb 2001 04:26:55 -0000 Re: nxSocket?, Greg Haerr
Previous in thread: 12 Feb 2001 04:26:55 -0000 0.89pre7 backspace key??, LC. Chang
Next in thread:


Powered by ezmlm-browse 0.20.