From 4525eb4b32fdf2124e246285af59a1e14ecbf551 Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Wed, 1 Dec 1999 03:38:43 -0500 Subject: snapshot of project "lynx", label v2-8-3dev_16 --- lynx_help/keystrokes/alt_edit_help.html | 21 +++++++++++++++------ lynx_help/keystrokes/bashlike_edit_help.html | 8 +++++--- lynx_help/keystrokes/bookmark_help.html | 4 ++-- lynx_help/keystrokes/dired_help.html | 26 ++++++++++++++------------ lynx_help/keystrokes/edit_help.html | 20 +++++++++++++++----- lynx_help/keystrokes/keystroke_help.html | 15 +++++++++++---- lynx_help/keystrokes/option_help.html | 21 ++++++++++----------- lynx_help/keystrokes/other_help.html | 14 ++++++-------- lynx_help/keystrokes/print_help.html | 3 +-- 9 files changed, 79 insertions(+), 53 deletions(-) (limited to 'lynx_help/keystrokes') 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 Line Editor 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] +Special commands for use only in textarea fields[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 Bash-Like Binding. 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 Line Editor 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-< HOME M-Home + M-> 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 'r' when a Bookmark file is being displayed, will remove the currently highlighted link. You may set and modify the paths and names of your -Bookmark files, and enable or disable multiple bookmarks, in -the options screen. +Bookmark files and enable or disable multiple bookmarks +in the Options Menu. 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 file://localhost/path/. While in Dired mode, some keys are remapped to do the following functions:
+
         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 options screen
-                        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.
+
+Some other keys useful in Dired mode: +
+        D)ownload     - Download selection using options listed in
+                        the download options screen.
+
+        E)dit         - Spawn the editor defined in the Options Menu
+                        and load selection for editing.
 
-Note: 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. +Note: 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. 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 Line Editor 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 Alternative Binding 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 Alternative Binding keymap and the LKCMD Invoke cmd prompt - Ctrl-V (in form text fields, only) [2] SWMAP Switch input keymap - Ctrl-^ (if compiled in) +Special commands for use only in textarea fields[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 Bash-Like Binding. 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: 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 DIRED: c - Create a new file + DIRED: 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 alternative parsing of HTML documents CTRL-L - Refresh the screen + + CTRL-V - Outside of a text input line or field, + switch to alternative parsing of HTML. + - In a form text input field, + CTRL-V prompts for a key command (allows + escaping from the field). CTRL-U - Erase input line (more input line commands) 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 -Options Screen Help +Form-based Options Menu : Help -

OPTIONS SCREEN HELP

+

FORM-BASED OPTIONS MENU : HELP

-The Options Screen allows you to set and modify many Lynx features.
+The Options Menu allows you to set and modify many Lynx features.
Note: some options appear on the screen only if they have been -compiled in or chosen in `lynx.cfg':

+compiled in or chosen in `lynx.cfg':