diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1998-01-02 18:12:23 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1998-01-02 18:12:23 -0500 |
commit | 55ebd12c7fa4c97b88a5ca39320ac5d39c13ead0 (patch) | |
tree | 3db71bfe46ed30cb00c3429112923496412c8d5a /src/LYKeymap.c | |
parent | b6c832d07f5a1c68607a9cff0da25cee0de89dad (diff) | |
download | lynx-snapshots-55ebd12c7fa4c97b88a5ca39320ac5d39c13ead0.tar.gz |
snapshot of project "lynx", label v2-7-1ac_0-105
Diffstat (limited to 'src/LYKeymap.c')
-rw-r--r-- | src/LYKeymap.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/LYKeymap.c b/src/LYKeymap.c index 8cad69e7..2dd590a7 100644 --- a/src/LYKeymap.c +++ b/src/LYKeymap.c @@ -1,8 +1,8 @@ #include "HTUtils.h" #include "tcp.h" #include "LYUtils.h" -#include "LYKeymap.h" #include "LYGlobalDefs.h" +#include "LYKeymap.h" #include "HTAccess.h" #include "HTFormat.h" #include "HTAlert.h" @@ -84,7 +84,7 @@ LYK_UP_LINK, LYK_INFO, LYK_DOWN_LINK, LYK_HELP, LYK_RAW_TOGGLE, LYK_ADD_BOOKMARK, LYK_PREV_PAGE, LYK_COMMENT, /* @ */ /* A */ /* B */ /* C */ -LYK_DOWNLOAD, LYK_EDIT, +LYK_DOWNLOAD, LYK_ELGOTO, /* D */ /* E */ #if defined(DIRED_SUPPORT) || defined(VMS) @@ -464,6 +464,7 @@ PRIVATE struct rmap revmap[] = { { "F_LINK_NUM", "invoke the 'Follow link (or page) number:' prompt" }, { "CLEAR_AUTH", "clear all authorization info for this session" }, { "SWITCH_DTD", "switch between two ways of parsing HTML" }, +{ "ELGOTO", "edit the current link's URL or ACTION and go to it" }, #ifdef USE_EXTERNALS { "EXTERN", "run external program with url" }, #endif |