lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev Anyone thought about a lynx keyboard macro facility?


From: dickey
Subject: Re: lynx-dev Anyone thought about a lynx keyboard macro facility?
Date: Mon, 21 Dec 1998 17:04:19 -0500 (EST)

> 
> Hmm - vi map macros ... well, that might work.  In the past, I've tried 
> just creating ascii files with commands in it and tried to redirect it 
> into lynx, but that doesn't always work for reasons that I've 
> not worked out yet. 

all you really have to do is to make the code which reads from the
terminal able to read a file.  But it returns keycodes, not characters.
So you need a small interpreter for the external representation.  (I
have that in my directory editor - not quite general enough since it
doesn't represent function keys except as they map to the internal
commands).

> Larry W. Virden                 <URL: mailto:address@hidden> 

-- 
Thomas E. Dickey
address@hidden
http://www.clark.net/pub/dickey

reply via email to

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