lynx-dev
[Top][All Lists]
Advanced

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

lynx-dev Key remapping problem


From: Ilya Zakharevich
Subject: lynx-dev Key remapping problem
Date: Thu, 26 Nov 1998 16:01:02 -0500 (EST)

I'm somehow lost wrt key remapping in lynx.  Looking through the
source of LYKeymap.c, I get an impression that keymap[] goes up to
0x293 or some such.

However, a pair

  setkey "^[^[" 0x81
  KEYMAP:0x81:LEFT_LINK

works, but

  setkey "^[^[" 0x210
  KEYMAP:0x210:LEFT_LINK

does not.  Moreover, I cannot make this work on PC:

  setkey "\000s" 0x81
  KEYMAP:0x81:LEFT_LINK

The ideal would be to document something like: the region 0x120..0x160
is reserved for user-defined keys, and make sure they work.  

A possibility to remap PC keys would not hurt too  ;-).

Ilya

reply via email to

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