about summary refs log tree commit diff stats
path: root/lynx_help/keystrokes
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1999-02-08 10:50:02 -0500
committerThomas E. Dickey <dickey@invisible-island.net>1999-02-08 10:50:02 -0500
commit8ce6b560f4fb325be3d34266c54c70eb8668e8e1 (patch)
treed227c501d100ee0c5f1c72601d9ea5a487c1e2ca /lynx_help/keystrokes
parent87434eaa074d789f65bac589b03df341e76e7a4e (diff)
downloadlynx-snapshots-8ce6b560f4fb325be3d34266c54c70eb8668e8e1.tar.gz
snapshot of project "lynx", label v2-8-2dev_16
Diffstat (limited to 'lynx_help/keystrokes')
-rw-r--r--lynx_help/keystrokes/alt_edit_help.html9
-rw-r--r--lynx_help/keystrokes/edit_help.html9
2 files changed, 12 insertions, 6 deletions
diff --git a/lynx_help/keystrokes/alt_edit_help.html b/lynx_help/keystrokes/alt_edit_help.html
index a6da3002..2090145a 100644
--- a/lynx_help/keystrokes/alt_edit_help.html
+++ b/lynx_help/keystrokes/alt_edit_help.html
@@ -32,7 +32,7 @@ the '.lynxrc' file.
      EOL    Go to end   of  line  -  Ctrl-E, End,  Select
 
      DELP   Delete prev     char  -  Ctrl-H, DELETE, Remove
-     DELN   Delete next [*] char  -  Ctrl-D
+     DELN   Delete next [1] char  -  Ctrl-D
      DELPW  Delete prev     word  -  Ctrl-R
      DELNW  Delete next     word  -  Ctrl-T
      DELBL  Delete to beg of line -  Ctrl-X
@@ -41,11 +41,14 @@ the '.lynxrc' file.
      UPPER  Upper case the line   -  Ctrl-^
      LOWER  Lower case the line   -  Ctrl-_
 
-     LKCMD  Invoke cmd prompt     -  Ctrl-V (in form text fields, only)
+     LKCMD  Invoke cmd prompt     -  Ctrl-V (in form input fields, only) [2] 
 
-[*] "next" means the character "under" a box or underline style cursor; it
+[1] "next" means the character "under" a box or underline style cursor; it
      means "to the immediate right of" an I-beam (between characters) type
      cursor.
+
+[2]  Follow Ctrl-V with the key "e" bound to the EDIT function, 
+     to edit the form's textarea field using an external editor. 
 </pre>
 </body>
 </html>
diff --git a/lynx_help/keystrokes/edit_help.html b/lynx_help/keystrokes/edit_help.html
index d2a7c447..a72e5a99 100644
--- a/lynx_help/keystrokes/edit_help.html
+++ b/lynx_help/keystrokes/edit_help.html
@@ -35,7 +35,7 @@ is the <A HREF="alt_edit_help.html">Alternate Bindings</A> keymap.
      EOL    Go to end   of  line  -  Ctrl-E, End,  Select
 
      DELP   Delete prev     char  -  Ctrl-H, DELETE, Remove
-     DELN   Delete next [*] char  -  Ctrl-D, Ctrl-R
+     DELN   Delete next [1] char  -  Ctrl-D, Ctrl-R
      DELPW  Delete prev     word  -  Ctrl-B
      DELNW  Delete next     word  -  Ctrl-F
      DELEL  Delete to end of line -  Ctrl-_
@@ -43,12 +43,15 @@ is the <A HREF="alt_edit_help.html">Alternate Bindings</A> keymap.
      UPPER  Upper case the line   -  Ctrl-T
      LOWER  Lower case the line   -  Ctrl-K
 
-     LKCMD  Invoke cmd prompt     -  Ctrl-V (in form text fields, only)
+     LKCMD  Invoke cmd prompt     -  Ctrl-V (in form input fields, only) [2] 
      SWMAP  Switch input keymap   -  Ctrl-^
 
-[*] "next" means the character "under" a box or underline style cursor; it
+[1] "next" means the character "under" a box or underline style cursor; it
      means "to the immediate right of" an I-beam (between characters) type
      cursor.
+
+[2]  Follow Ctrl-V with the key "e" bound to the EDIT function, 
+     to edit the form's textarea field using an external editor. 
 </pre>
 </body>
 </html>