about summary refs log tree commit diff stats
path: root/src/LYKeymap.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1997-02-15 10:50:52 -0500
committerThomas E. Dickey <dickey@invisible-island.net>1997-02-15 10:50:52 -0500
commit923c66ce35dd473a10713d8f44f30d9ad770a99b (patch)
tree055092b48fbae27a526fe2d104b6d646a9d422e7 /src/LYKeymap.c
parent6f66219647d92d2af2427d416e00e6f2a8f825dc (diff)
downloadlynx-snapshots-923c66ce35dd473a10713d8f44f30d9ad770a99b.tar.gz
snapshot of project "lynx", label v2_7
Diffstat (limited to 'src/LYKeymap.c')
-rw-r--r--src/LYKeymap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/LYKeymap.c b/src/LYKeymap.c
index 62382e44..af1e19de 100644
--- a/src/LYKeymap.c
+++ b/src/LYKeymap.c
@@ -89,7 +89,7 @@ LYK_DIRED_MENU,
 #endif /* DIRED_SUPPORT || VMS */
 /* F */        
 
-LYK_GOTO,
+LYK_ECGOTO,
 /* G */
 
 LYK_HELP,            LYK_INDEX,      LYK_JUMP,      LYK_KEYMAP,
@@ -420,6 +420,7 @@ PRIVATE struct rmap revmap[] = {
 { "PREV_DOC",		"go back to the previous document" },
 { "ACTIVATE",		"go to the document given by the current link" },
 { "GOTO",		"go to a document given as a URL" },
+{ "ECGOTO",		"edit the current document's URL and go to it" },
 { "HELP",		"display help on using the browser" },
 { "INDEX",		"display an index of potentially useful documents" },
 { "NOCACHE",		"force submission of form or link with no-cache" },