lynx-dev
[Top][All Lists]
Advanced

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

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


From: Klaus Weide
Subject: lynx-dev partial message (was Re: Changing the keymap code (PATCH))
Date: Sun, 7 Feb 1999 16:28:51 -0600 (CST)

The copy of the message quoted below distributed to lynx-dev was corrupt,
the first 10 lines were missing.  This can also be seen in the archived
copy at <http://www.flora.org/lynx-dev/html/month0299/msg00246.html>.

I received a CC with those lines intact.  Some of the original headers:

To: Klaus Weide <address@hidden>
Cc: address@hidden
Subject: Re: lynx-dev Re: Changing the keymap code (PATCH)
Message-ID: <address@hidden>

Ilya, maybe you *should* retroactively subscribe...  and check whether
other archived messages from you are completely there.

   Klaus

On Sun, 7 Feb 1999, Ilya Zakharevich wrote:

> On Sun, Feb 07, 1999 at 02:22:01PM -0600, Klaus Weide wrote:
> > > > That may be nice for debugging, but we should'nt keep that for general 
> > > > use
> > > > - there's no way for me to press a key "0x1b8", at least I don't know 
> > > > how.
> > > 
> > > Of course there is.  Just remap any key combination to this keycode.
> > 
> > How do I do that?  
> 
> I have this in my .lynx-keymaps file:
> 
> setkey "^[^[" LTARROW
> setkey "\200s" 0x211  # C-left
> setkey "\200t" 0x212  # C-right
> setkey "\200l" 0x213  # C-up
> setkey "\200f" 0x214  # C-down
> setkey "\200d" HOME   # C-pageup
> setkey "\200v" END    # C-pagedown
> setkey "\200w" 'M'    # C-home
> setkey "\200u" 'v'    # C-end
> 
> So I suppose you could do
> 
> setkey "^[[183~" 0x1b8                # Or whatever else your SU37 keys sends
> 
> >                  And what do I have to do to make Lynx read keycodes
> > instead of chars?
> 
> See above.
> 
> Ilya
> 

reply via email to

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