about summary refs log tree commit diff stats
path: root/lynx_help/keystrokes
diff options
context:
space:
mode:
Diffstat (limited to 'lynx_help/keystrokes')
-rw-r--r--lynx_help/keystrokes/alt_edit_help.html21
-rw-r--r--lynx_help/keystrokes/bashlike_edit_help.html8
-rw-r--r--lynx_help/keystrokes/bookmark_help.html4
-rw-r--r--lynx_help/keystrokes/dired_help.html26
-rw-r--r--lynx_help/keystrokes/edit_help.html20
-rw-r--r--lynx_help/keystrokes/keystroke_help.html15
-rw-r--r--lynx_help/keystrokes/option_help.html21
-rw-r--r--lynx_help/keystrokes/other_help.html14
-rw-r--r--lynx_help/keystrokes/print_help.html3
9 files changed, 79 insertions, 53 deletions
diff --git a/lynx_help/keystrokes/alt_edit_help.html b/lynx_help/keystrokes/alt_edit_help.html
index 8b2e65a9..2f114526 100644
--- a/lynx_help/keystrokes/alt_edit_help.html
+++ b/lynx_help/keystrokes/alt_edit_help.html
@@ -11,8 +11,8 @@
 
 Lynx invokes a built-in <em>Line Editor</em> for entering strings in
 response to prompts, in forms, and for email messages if an external editor
-has not been defined.  Administrators can offer additional alternative key
-bindings by configuring with --enable-alt-bindings or by adding them in
+has not been defined.  Additional alternative key-bindings can be offered
+by configuring with --enable-alt-bindings or by adding them in
 LYEditmap.c before compiling Lynx.  If available,
 they may be selected via the 'o'ptions menu, or by editing lineedit_mode in
 the '.lynxrc' file.
@@ -38,7 +38,6 @@ the '.lynxrc' file.
      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
      DELEL  Delete to end of line -  Ctrl-K
 
      UPPER  Upper case the line   -  Ctrl-^
@@ -46,13 +45,23 @@ the '.lynxrc' file.
 
      LKCMD  Invoke cmd prompt     -  Ctrl-V (in form text fields, only) [2]
 
+<A NAME="TASpecial">Special commands for use only in textarea fields</A>[3]:
+
+          Textarea external edit  - Ctrl-X e
+          Insert file in textarea - Ctrl-X i
+          Grow textarea           - Ctrl-X g
+
 [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 DWIMEDIT function,
-     or with some other key bound to EDITTEXTAREA or DWIMEDIT,
-     to edit the form's textarea field using an external editor.
+[2]  Follow Ctrl-V with any recognized key command, to "escape" from a text
+     input field.
+
+[3]  For other key combinations using Ctrl-X as a prefix key, see the
+     Help page for the <a rel="Sibling" title="Bash-Like Binding"
+                        href="bashlike_edit_help.html"
+                      >Bash-Like</a> Binding.
 </pre>
 </body>
 </html>
diff --git a/lynx_help/keystrokes/bashlike_edit_help.html b/lynx_help/keystrokes/bashlike_edit_help.html
index e0d63157..a12e8eb5 100644
--- a/lynx_help/keystrokes/bashlike_edit_help.html
+++ b/lynx_help/keystrokes/bashlike_edit_help.html
@@ -11,8 +11,8 @@
 
 Lynx invokes a built-in <em>Line Editor</em> for entering strings in
 response to prompts, in forms, and for email messages if an external editor
-has not been defined.  Administrators can offer several sets of key
-bindings by configuring with --enable-alt-bindings or by adding them in
+has not been defined.  Several sets of key-bindings can be offered
+by configuring with --enable-alt-bindings or by adding them in
 LYEditmap.c before compiling Lynx.  If available,
 they may be selected via the 'o'ptions menu, or by editing lineedit_mode in
 the '.lynxrc' file.
@@ -161,7 +161,9 @@ Passed as specific command:
             M-e      EDITTEXTAREA   C-e C-e
             M-g      GROWTEXTAREA   (none, C-v $ suggested?)
             M-i      INSERTFILE     (none, C-v # suggested?)
-            M-F1     DWIMHELP       (none, F1 suggested)
+            M-&lt;      HOME           M-Home
+            M-&gt;      END            M-End
+            M-F1     DWIMHELP       F1
             M-Find   WHEREIS        C-v /
             M-Select NEXT           C-v n
 
diff --git a/lynx_help/keystrokes/bookmark_help.html b/lynx_help/keystrokes/bookmark_help.html
index de08f394..da1e6cfe 100644
--- a/lynx_help/keystrokes/bookmark_help.html
+++ b/lynx_help/keystrokes/bookmark_help.html
@@ -15,7 +15,7 @@ the current document or the currently highlighted link to your default
 enabled.  The remove feature, invoked by pressing an '<em>r</em>' when
 a <em>Bookmark file</em> is being displayed, will remove the currently
 highlighted link.  You may set and modify the paths and names of your
-<em>Bookmark files</em>, and enable or disable multiple bookmarks, in
-the <A HREF="option_help.html">options screen.</A>
+<em>Bookmark files</em> and enable or disable multiple bookmarks
+in the <A HREF="option_help.html">Options Menu</A>.
 </BODY>
 </HTML>
diff --git a/lynx_help/keystrokes/dired_help.html b/lynx_help/keystrokes/dired_help.html
index 3cb11d7e..31385348 100644
--- a/lynx_help/keystrokes/dired_help.html
+++ b/lynx_help/keystrokes/dired_help.html
@@ -11,17 +11,11 @@ Lynx changes into Dired mode when you use a URL of the type
 <em>file://localhost/path/</em>.  While in Dired mode, some keys are
 remapped to do the following functions:
 <pre>
+
         C)reate       - Create a new, empty file in the current
                         directory.  You will be prompted to enter
                         a name for the file.
 
-        D)ownload     - Download selection using options listed in
-                        the download options screen.
-
-        E)dit         - Spawn the editor defined in the <a
-                        href="option_help.html">options screen</a>
-                        and load selection for editing.
-
         F)ull menu    - Show a full menu of commands for currently
                         selected file or directory.
 
@@ -40,12 +34,20 @@ remapped to do the following functions:
                         a file.
 
         U)pload       - Upload a file to the current directory using
-                        one of the options listed in the upload
-                        options screen.
+                        one of the options listed in the upload screen.
+</pre>
+Some other keys useful in Dired mode:
+<pre>
+        D)ownload     - Download selection using options listed in
+                        the download options screen.
+
+        E)dit         - Spawn the editor defined in the <a
+                        href="option_help.html">Options Menu</a>
+                        and load selection for editing.
 </pre>
 
-<em>Note:</em> Dired mode must be activated at compile time by the
-system administrator.  Otherwise, the above commands will not be available
-and lynx will treat a directory listing as a HTML file.
+<em>Note:</em> Dired mode must be activated at compile time.
+Otherwise, the above commands will not be available
+and Lynx will treat a directory listing as an HTML file.
 </body>
 </html>
diff --git a/lynx_help/keystrokes/edit_help.html b/lynx_help/keystrokes/edit_help.html
index e4148fca..681756b1 100644
--- a/lynx_help/keystrokes/edit_help.html
+++ b/lynx_help/keystrokes/edit_help.html
@@ -9,7 +9,7 @@
 
 Lynx invokes a built-in <em>Line Editor</em> for entering strings in
 response to prompts, in forms, and for email messages if an external editor
-has not been defined.  Administrators can offer alternative key bindings
+has not been defined.  Alternative key bindings can be offered
 by configuring with --enable-alt-bindings or by adding them in LYEditmap.c
 before compiling Lynx.  If available, they may
 be selected via the 'o'ptions menu, or by editing lineedit_mode in the
@@ -27,7 +27,7 @@ are the <A HREF="alt_edit_help.html">Alternative Binding</A> keymap and the
      ENTER  Input complete        -  RETURN
      TAB    Input complete        -  TAB, Do
      ABORT  Input cancelled       -  Ctrl-G, Ctrl-O, (Ctrl-C on some systems)
-     ERASE  Erase the line        -  Ctrl-U, Ctrl-X
+     ERASE  Erase the line        -  Ctrl-U
 
      BACK   Cursor back     char  -  Left-Arrow
      FORW   Cursor forward  char  -  Right-Arrow
@@ -48,13 +48,23 @@ are the <A HREF="alt_edit_help.html">Alternative Binding</A> keymap and the
      LKCMD  Invoke cmd prompt     -  Ctrl-V (in form text fields, only) [2]
      SWMAP  Switch input keymap   -  Ctrl-^ (if compiled in)
 
+<A NAME="TASpecial">Special commands for use only in textarea fields</A>[3]:
+
+          Textarea external edit  - Ctrl-X e
+          Insert file in textarea - Ctrl-X i
+          Grow textarea           - Ctrl-X g
+
 [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 DWIMEDIT function,
-     or with some other key bound to EDITTEXTAREA or DWIMEDIT,
-     to edit the form's textarea field using an external editor.
+[2]  Follow Ctrl-V with any recognized key command, to "escape" from a text
+     input field.
+
+[3]  For other key combinations using Ctrl-X as a prefix key, see the
+     Help page for the <a rel="Sibling" title="Bash-Like Binding"
+                        href="bashlike_edit_help.html"
+                      >Bash-Like</a> Binding.
 </pre>
 </body>
 </html>
diff --git a/lynx_help/keystrokes/keystroke_help.html b/lynx_help/keystrokes/keystroke_help.html
index 64a71010..db9861d0 100644
--- a/lynx_help/keystrokes/keystroke_help.html
+++ b/lynx_help/keystrokes/keystroke_help.html
@@ -11,7 +11,7 @@
   >MOVEMENT</A>:    Down arrow     - Highlight next topic
                Up arrow       - Highlight previous topic
                Right arrow,   - Jump to highlighted topic
-               Return, Enter       (follow selected link)
+               Return, Enter  - Follow selected link
                Left arrow     - Return to previous topic
 
   <A HREF="scrolling_help.html"
@@ -29,7 +29,7 @@
                (              - Go back half a page in the current document
                #              - Go to Toolbar or Banner in the current document
 
-  <A HREF="dired_help.html">DIRED</A>:       c        - Create a new file
+  <A HREF="dired_help.html">DIRED</A>:       c              - Create a new file
                d              - Download selected file
                e              - Edit selected file
                f              - Show a full menu of options for current file
@@ -83,12 +83,19 @@
                ]              - Send a HEAD request for the current doc or link
                "              - Toggle valid or "soft" double-quote parsing
                CTRL-R         - Reload current file and refresh the screen
-               CTRL-V         - Switch to <A HREF="option_help.html#tagsoup"
-                                >alternative parsing</A> of HTML documents
                CTRL-L         - Refresh the screen
+
+               CTRL-V         - Outside of a text input line or field,
+                                switch to <A HREF="option_help.html#tagsoup"
+                                         >alternative parsing</A> of HTML.
+                              - In a form text input field,
+                                CTRL-V prompts for a key command (allows
+                                <A HREF="../Lynx_users_guide.html#CtrlVNote"
+                                >escaping</A> from the field).
                CTRL-U         - Erase input line (<a href="edit_help.html"
                                 >more input line commands</a>)
                CTRL-G         - Cancel input or transfer
+
                CTRL-T         - Toggle trace mode on and off
                ;              - View the Lynx Trace Log for the current session
                CTRL-K         - Invoke the <A HREF="cookie_help.html"
diff --git a/lynx_help/keystrokes/option_help.html b/lynx_help/keystrokes/option_help.html
index 947dcfcc..a5b50e04 100644
--- a/lynx_help/keystrokes/option_help.html
+++ b/lynx_help/keystrokes/option_help.html
@@ -1,15 +1,15 @@
 <!DOCTYPE html public "-//IETF//DTD HTML 3.0//EN">
 <HTML>
 <HEAD>
-<TITLE>Options Screen Help</TITLE>
+<TITLE>Form-based Options Menu : Help</TITLE>
 <LINK rev="made" href="mailto:lynx-dev@sig.net">
 </HEAD>
 <BODY>
-<h1>OPTIONS SCREEN HELP</h1>
+<h1>FORM-BASED OPTIONS MENU : HELP</h1>
 
-The Options Screen allows you to set and modify many Lynx features.<BR>
+The Options Menu allows you to set and modify many Lynx features.<BR>
 Note: some options appear on the screen only if they have been
-compiled in or chosen in `lynx.cfg':<P>
+compiled in or chosen in `lynx.cfg':
 
 <UL>
 <LI>Personal Preferences
@@ -90,8 +90,7 @@ with the arrow keys.  You can also number form fields.
 <H1><A NAME="LE">Line edit style</A></H1>
 
 This allows you to set alternate key bindings for the built-in line editor,
-if your system administrator has installed
-<A HREF="alt_edit_help.html">Alternate Bindings</A>.
+if <A HREF="alt_edit_help.html">Alternate Bindings</A> have been installed.
 Otherwise, Lynx uses the <A HREF="edit_help.html">Default Binding</A>.
 
 <H1><A NAME="PM">Personal Mail Address</A></H1>
@@ -251,24 +250,24 @@ from lynx.cfg or command line switch.
 
 <H1><A NAME="SI">Show Images</A></H1>
 
-This option combines the effects of the `*' & `[' keys as follows:
-<p><pre>
+This option combines the effects of the `*' &amp; `[' keys as follows:
+<pre>
      <em>ignore</em> all images which lack an ALT= text string,
      <em>show labels</em>, e.g. [INLINE] -- see `Verbose Images' below -- ,
      <em>use links</em> for every image, enabling downloading.
 </pre><p>
 This option setting cannot be saved between sessions.
 See <A HREF="../Lynx_users_guide.html#Images">Users Guide</A>
-& <em>lynx.cfg</em> for more details.
+&amp; <em>lynx.cfg</em> for more details.
 
 <H1><A NAME="VB">Verbose Images</A></H1>
 
 This allows you to replace [LINK], [INLINE] and [IMAGE]
 -- for images without ALT -- with filenames:
 this can be helpful by revealing which images are important
-& which are merely decoration, e.g. <em>button.gif</em>, <em>line.gif</em>.
+&amp; which are merely decoration, e.g. <em>button.gif</em>, <em>line.gif</em>.
 See <A HREF="../Lynx_users_guide.html#Images">Users Guide</A>
-& <em>lynx.cfg</em> for more details.
+&amp; <em>lynx.cfg</em> for more details.
 
 
 <H1><A NAME="VI">VI keys</A></H1>
diff --git a/lynx_help/keystrokes/other_help.html b/lynx_help/keystrokes/other_help.html
index 8ad98ead..62e32755 100644
--- a/lynx_help/keystrokes/other_help.html
+++ b/lynx_help/keystrokes/other_help.html
@@ -36,14 +36,12 @@
      ? or H   - Hypertext help to explain how to navigate in
                 Lynx and use its features.
 
-       i      - Shows an index of files or subjects.  This is
-                configurable by the System administrator, or
-                within documents that you may be viewing.
-
-       j      - Allows you to enter a "short" name to execute a
-                jump command configured by your system administrator.
-                Press "?" and ENTER to see a list of defined
-                jump commands.
+       i      - Shows an index of files or subjects,
+                which may be changed in <em>lynx.cfg</em>.
+
+       j      - Allows you to enter a short name to goto an URL,
+                if a jumps file has been defined.  Press "?"
+                and ENTER to see the list of defined jump commands.
 
        k      - Shows a list of key mappings.  Keys remapped in
                 "lynx.cfg" show up in this list.
diff --git a/lynx_help/keystrokes/print_help.html b/lynx_help/keystrokes/print_help.html
index 153caa74..a5f9a89f 100644
--- a/lynx_help/keystrokes/print_help.html
+++ b/lynx_help/keystrokes/print_help.html
@@ -30,8 +30,7 @@ may be available:
     valid e-mail address.
 
 <dt>Custom print options:
-<dd>Any number of custom print options may be available, as defined
-    by your system administrator.
+<dd>Any number of custom print options may be defined in <em>lynx.cfg</em>.
 </dl>
 </BODY>
 </HTML>