lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lynx-dev Re: Changing the keymap code (PATCH)


From: Ilya Zakharevich
Subject: lynx-dev Re: Changing the keymap code (PATCH)
Date: Sun, 7 Feb 1999 13:43:33 -0500

On Sun, Feb 07, 1999 at 07:54:35AM -0800, Kim DeVaughn wrote:
> See the thread 'Nitsy "reset" display buglet', and the subthread
> '[dev15] patch for mouse key buglet' for the background details
> (all messages posted on 02/05/99).

I saw the last one.  The only problem I see is that you shifted keys,
so that instead of

-LYK_UP_TWO,       LYK_DOWN_TWO,
-/* Insert key */  /* Remove key */
+LYK_UP_TWO,       LYK_DOWN_TWO,     LYK_MOUSE_KEY,
+/* Insert key */  /* Remove key */  /* rodent dummy */

 LYK_DO_NOTHING,
 /* DO_NOTHING*/

I would do

-LYK_UP_TWO,       LYK_DOWN_TWO,
-/* Insert key */  /* Remove key */
+LYK_UP_TWO,       LYK_DOWN_TWO,     LYK_MOUSE_KEY,
+/* Insert key */  /* Remove key */  /* rodent dummy */

-LYK_DO_NOTHING,
-/* DO_NOTHING*/

(and similarly for another chunk).

Ilya

reply via email to

[Prev in Thread] Current Thread [Next in Thread]