diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1999-09-29 11:47:35 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1999-09-29 11:47:35 -0400 |
commit | 95586cc28c61df18b7a2cd2a9b3ee4c4c83aa583 (patch) | |
tree | 292eb191b3e53e39d8be1e1e546104122fbf1cfa /lynx_help/keystrokes | |
parent | 2b52e9e64b2fc32242c207a0784521b2cf6d1976 (diff) | |
download | lynx-snapshots-95586cc28c61df18b7a2cd2a9b3ee4c4c83aa583.tar.gz |
snapshot of project "lynx", label v2-8-3dev_10
Diffstat (limited to 'lynx_help/keystrokes')
-rw-r--r-- | lynx_help/keystrokes/bashlike_edit_help.html | 4 | ||||
-rw-r--r-- | lynx_help/keystrokes/dired_help.html | 50 | ||||
-rw-r--r-- | lynx_help/keystrokes/environments.html | 14 | ||||
-rw-r--r-- | lynx_help/keystrokes/gopher_types_help.html | 2 | ||||
-rw-r--r-- | lynx_help/keystrokes/keystroke_help.html | 88 | ||||
-rw-r--r-- | lynx_help/keystrokes/movement_help.html | 6 | ||||
-rw-r--r-- | lynx_help/keystrokes/other_help.html | 124 | ||||
-rw-r--r-- | lynx_help/keystrokes/scrolling_help.html | 2 | ||||
-rw-r--r-- | lynx_help/keystrokes/xterm_help.html | 2 |
9 files changed, 146 insertions, 146 deletions
diff --git a/lynx_help/keystrokes/bashlike_edit_help.html b/lynx_help/keystrokes/bashlike_edit_help.html index b451dc56..eea18fd9 100644 --- a/lynx_help/keystrokes/bashlike_edit_help.html +++ b/lynx_help/keystrokes/bashlike_edit_help.html @@ -196,8 +196,8 @@ Meta + other (mostly, printable character) keys: Modifier ignored, or sequence swallowed (see [5]). M-@, M-E...M-Z [5], M-\, M-^, M-_ attempt to interpret as 7-bit escape representation for character in 8-bit - control (C1) range if appropriate according to - Display Character Set. + control (C1) range if appropriate according to + Display Character Set. [emacskey] Normal key action subject to emacs_keys setting. diff --git a/lynx_help/keystrokes/dired_help.html b/lynx_help/keystrokes/dired_help.html index eb1d1ae6..3cb11d7e 100644 --- a/lynx_help/keystrokes/dired_help.html +++ b/lynx_help/keystrokes/dired_help.html @@ -8,40 +8,40 @@ <h1>+++DIRED HELP+++</h1> 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 +<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. + 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. + 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. + 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. + F)ull menu - Show a full menu of commands for currently + selected file or directory. - M)odify - Modify the name or location of selection. If - multiple files have been selected, you will - only be able to change the location. Choose - between changing the name or location and then - enter a new filename or path. + M)odify - Modify the name or location of selection. If + multiple files have been selected, you will + only be able to change the location. Choose + between changing the name or location and then + enter a new filename or path. - R)emove - Delete currently selected files. + R)emove - Delete currently selected files. - T)ag - Tag the highlighted file. Multiple files may - be tagged and all other commands except "Create" - will be performed on tagged files instead of the - one highlighted. Press '<em>t</em>' again to untag - a file. + T)ag - Tag the highlighted file. Multiple files may + be tagged and all other commands except "Create" + will be performed on tagged files instead of the + one highlighted. Press '<em>t</em>' again to untag + a file. - U)pload - Upload a file to the current directory using - one of the options listed in the upload - options screen. + U)pload - Upload a file to the current directory using + one of the options listed in the upload + options screen. </pre> <em>Note:</em> Dired mode must be activated at compile time by the diff --git a/lynx_help/keystrokes/environments.html b/lynx_help/keystrokes/environments.html index 9e578fdc..c4d7c9a3 100644 --- a/lynx_help/keystrokes/environments.html +++ b/lynx_help/keystrokes/environments.html @@ -261,10 +261,10 @@ NATIVE LANGUAGE SUPPORT ISO 3166. LANGUAGE This variable, if set, will override - the default message language. This is a - GNU extension that has higher priority for - setting the message catalog than LANG or - LC_ALL. + the default message language. This is a + GNU extension that has higher priority for + setting the message catalog than LANG or + LC_ALL. LC_ALL and @@ -273,9 +273,9 @@ NATIVE LANGUAGE SUPPORT style. They are POSIXly correct. LINGUAS This variable, if set prior to configuration, - limits the installed languages to specific values. - It is a space-separated list of two-letter codes. - Currently, it is hard-coded to a wish list. + limits the installed languages to specific values. + It is a space-separated list of two-letter codes. + Currently, it is hard-coded to a wish list. NLSPATH This variable, if set, is used as the path prefix for message catalogs. diff --git a/lynx_help/keystrokes/gopher_types_help.html b/lynx_help/keystrokes/gopher_types_help.html index 629256e1..cadd6441 100644 --- a/lynx_help/keystrokes/gopher_types_help.html +++ b/lynx_help/keystrokes/gopher_types_help.html @@ -49,7 +49,7 @@ view images <dd>The link will open a connection to another host using telnet <dt>(3270) -<dd>The link will open a connection to another +<dd>The link will open a connection to another host using tn3270 <dt>(UKN) diff --git a/lynx_help/keystrokes/keystroke_help.html b/lynx_help/keystrokes/keystroke_help.html index 5cf588a8..64a71010 100644 --- a/lynx_help/keystrokes/keystroke_help.html +++ b/lynx_help/keystrokes/keystroke_help.html @@ -19,86 +19,86 @@ - - Scroll up to previous page (Page-Up) SPACE - Scroll down to next page (Page-Down) b - Scroll up to previous page (Page-Up) - CTRL-A - Go to first page of the current document (Home) - CTRL-E - Go to last page of the current document (End) - CTRL-B - Scroll up to previous page (Page-Up) - CTRL-F - Scroll down to next page (Page-Down) - CTRL-N - Go forward two lines in the current document - CTRL-P - Go back two lines in the current document - ) - Go forward half a page in the current document - ( - Go back half a page in the current document - # - Go to Toolbar or Banner in the current document + CTRL-A - Go to first page of the current document (Home) + CTRL-E - Go to last page of the current document (End) + CTRL-B - Scroll up to previous page (Page-Up) + CTRL-F - Scroll down to next page (Page-Down) + CTRL-N - Go forward two lines in the current document + CTRL-P - Go back two lines in the current document + ) - Go forward half a page in the current document + ( - 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 - d - Download selected file - e - Edit selected file - f - Show a full menu of options for current file - m - Modify the name or location of selected file - r - Remove selected file - t - Tag highlighted file - u - Upload a file into the current directory + <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 + m - Modify the name or location of selected file + r - Remove selected file + t - Tag highlighted file + u - Upload a file into the current directory <A HREF="other_help.html">OTHER</A>: ? (or h) - Help (this screen) a - Add the current link to a bookmark file c - Send a comment to the document owner d - Download the current link - e - Edit the current file - E - Edit the current link's URL (or ACTION) and + e - Edit the current file + E - Edit the current link's URL (or ACTION) and use that as a goto URL. g - Goto a user specified <a - href="../lynx_url_support.html">URL</a> or file + href="../lynx_url_support.html">URL</a> or file G - Edit the current document's URL and use that as a goto URL. - i - Show an index of documents - j - Execute a jump operation - k - Show list of actual key mappings - l - List references (links) in current document + i - Show an index of documents + j - Execute a jump operation + k - Show list of actual key mappings + l - List references (links) in current document m - Return to main screen o - Set your <A HREF="option_help.html">options</A> p - <a href="print_help.html" - >Print</a> to a file, mail, printers, or other + >Print</a> to a file, mail, printers, or other q - Quit (Capital 'Q' for quick quit) / - Search for a string within the current document s - Enter a search string for an external search n - Go to the next search string v - View a <A HREF="bookmark_help.html" - >bookmark file</A> + >bookmark file</A> V - Go to the <A HREF="visited_help.html" - >Visited Links Page</A> + >Visited Links Page</A> x - Force submission of form or link with no-cache z - Cancel transfer in progress [backspace] - Go to the <A HREF="history_help.html" - >History Page</A> + >History Page</A> = - Show info about current document, URL and link \ - Toggle document source/rendered view - ! - Spawn your default shell - ' - Toggle "historical" vs minimal or valid comment - parsing - _ - Clear all authorization info for this session - ` - Toggle minimal or valid comment parsing - * - Toggle image_links mode on and off - @ - Toggle raw 8-bit translations or CJK mode - on or off - [ - Toggle pseudo_inlines mode on and off - ] - Send a HEAD request for the current doc or link - " - Toggle valid or "soft" double-quote parsing + ! - Spawn your default shell + ' - Toggle "historical" vs minimal or valid comment + parsing + _ - Clear all authorization info for this session + ` - Toggle minimal or valid comment parsing + * - Toggle image_links mode on and off + @ - Toggle raw 8-bit translations or CJK mode + on or off + [ - Toggle pseudo_inlines mode on and off + ] - 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-U - Erase input line (<a href="edit_help.html" - >more input line commands</a>) + >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" - >Cookie Jar Page</A> + >Cookie Jar Page</A> numbers - Invoke the prompt - <a href="follow_help.html" - >Follow link (or goto link or page) number:</a> + <a href="follow_help.html" + >Follow link (or goto link or page) number:</a> or the <a href="follow_help.html#select-option" - >Select option (or page) number:</a> + >Select option (or page) number:</a> prompt </PRE> </BODY> diff --git a/lynx_help/keystrokes/movement_help.html b/lynx_help/keystrokes/movement_help.html index 4655db31..b5c9e237 100644 --- a/lynx_help/keystrokes/movement_help.html +++ b/lynx_help/keystrokes/movement_help.html @@ -27,9 +27,9 @@ from the '.lynxrc' file, lowercase h,j,k,l will move left, down, up, and right, respectively. - *note: If 'Emacs Keys' are enabled from the options menu or - from the '.lynxrc' file, Ctrl-B, Ctrl-N, Ctrl-P, - Ctrl-F will move left, down, up, and right, respectively. + *note: If 'Emacs Keys' are enabled from the options menu or + from the '.lynxrc' file, Ctrl-B, Ctrl-N, Ctrl-P, + Ctrl-F will move left, down, up, and right, respectively. *note: If the 'Num Lock' on your keyboard is on, Lynx will translate the numbers of your keypad into movement diff --git a/lynx_help/keystrokes/other_help.html b/lynx_help/keystrokes/other_help.html index 2aa7f337..8ad98ead 100644 --- a/lynx_help/keystrokes/other_help.html +++ b/lynx_help/keystrokes/other_help.html @@ -7,55 +7,55 @@ <BODY> <h1>+++ Other Commands +++</h1> <PRE> - a - Places the link that you are currently positioned - on into a personal <A HREF="bookmark_help.html">bookmark file</A>. + a - Places the link that you are currently positioned + on into a personal <A HREF="bookmark_help.html">bookmark file</A>. - c - Allows you to send a mail message to the owner - or maintainer of the data that you are currently - viewing. In the case that no owner is known, - you cannot send a comment. + c - Allows you to send a mail message to the owner + or maintainer of the data that you are currently + viewing. In the case that no owner is known, + you cannot send a comment. - d - Downloads the file pointed to by the current link - and displays an option menu allowing the file to - be saved or transferred by configurable options. - Can also be used when positioned on a form SUBMIT - button to download the reply to a form submission. + d - Downloads the file pointed to by the current link + and displays an option menu allowing the file to + be saved or transferred by configurable options. + Can also be used when positioned on a form SUBMIT + button to download the reply to a form submission. e - Allows you to edit the current document if it is a - local file. + local file. E - Allows you to edit the current link's URL (or ACTION) and - use that as a <em>goto</em> URL. + use that as a <em>goto</em> URL. - g - Allows you to enter any <a href="http://www.ncsa.uiuc.edu/demoweb/url-primer.html">URL</a> or filename that - you wish to view, and then <em>goto</em> it. + g - Allows you to enter any <a href="http://www.ncsa.uiuc.edu/demoweb/url-primer.html">URL</a> or filename that + you wish to view, and then <em>goto</em> it. - G - Allows you to edit the current document's URL and use that + G - Allows you to edit the current document's URL and use that as a <em>goto</em> URL. - ? or H - Hypertext help to explain how to navigate in - Lynx and use its features. + ? 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. + 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. + 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. - k - Shows a list of key mappings. Keys remapped in - "lynx.cfg" show up in this list. + k - Shows a list of key mappings. Keys remapped in + "lynx.cfg" show up in this list. - l - Brings up a list of references (links) in the current - document, which can be used for rapid access to the - links in large documents. + l - Brings up a list of references (links) in the current + document, which can be used for rapid access to the + links in large documents. - m - Returns to the first screen and empties the - history stack. + m - Returns to the first screen and empties the + history stack. - p - Brings up a list of <A HREF="print_help.html">print commands</A>. + p - Brings up a list of <A HREF="print_help.html">print commands</A>. o - Brings up a list of settable <A HREF="option_help.html">options</A>. @@ -65,36 +65,36 @@ (case insensitive or case sensitive depending on the <A HREF="option_help.html">options</A> set). - s - Search through an external searchable indexed document. + s - Search through an external searchable indexed document. - n - Move to the next instance of a search string if you - have searched previously. + n - Move to the next instance of a search string if you + have searched previously. - v - View a <A HREF="bookmark_help.html">Bookmark file</A>. + v - View a <A HREF="bookmark_help.html">Bookmark file</A>. V - Go to the <A HREF="visited_help.html">Visited Links Page</A> x - Force submission of form or link with no-cache. - z - Abort a network transfer in progress. If any partial + z - Abort a network transfer in progress. If any partial data has been transferred it will be displayed. <backspace> - displays the <a href="history_help.html">History Page</A>. - = - Show information about the file and link that you - are currently viewing. + = - Show information about the file and link that you + are currently viewing. - \ - Toggles between viewing the HTML source of a - document and the rendered version of the document. + \ - Toggles between viewing the HTML source of a + document and the rendered version of the document. - ! - Spawns your default operating system shell. + ! - Spawns your default operating system shell. - ' - Toggles "historical" vs minimal or valid comment parsing. + ' - Toggles "historical" vs minimal or valid comment parsing. When historical, any close-angle-bracket will be treated - as a comment terminator, emulating the parsing bug in old - versions of Mosaic and Netscape, rather than validly - requiring pairs of two successive dashes to delimit - comments within the angle-brackets. + as a comment terminator, emulating the parsing bug in old + versions of Mosaic and Netscape, rather than validly + requiring pairs of two successive dashes to delimit + comments within the angle-brackets. _ - Clears all authorization info for the current session. Can be used when leaving one's terminal without ending the Lynx @@ -103,13 +103,13 @@ Note that any protected documents that are still in cache can still be accessed. - ` - Toggles minimal or valid comment parsing. When minimal, any - two successive dashes followed by a close-angle-bracket will - be treated as a comment terminator, emulating the parsing bug - in Netscape v2.0. If historical comment parsing is set, that - will override minimal or valid comment parsing. + ` - Toggles minimal or valid comment parsing. When minimal, any + two successive dashes followed by a close-angle-bracket will + be treated as a comment terminator, emulating the parsing bug + in Netscape v2.0. If historical comment parsing is set, that + will override minimal or valid comment parsing. - * - Toggles image_links mode on and off. When on, links will + * - Toggles image_links mode on and off. When on, links will be created for all images, including inlines. @ - Toggles raw 8-bit translations or CJK mode on and off, only @@ -139,21 +139,21 @@ the CGI script's headers, or treat it as invalid and return an error message. - " - Toggles valid or "soft" double-quote parsing. When soft, + " - Toggles valid or "soft" double-quote parsing. When soft, a close-angle-bracket will serve as both a close-double- - quote and close-tag, emulating the parsing bug in old - versions of Mosaic and Netscape. + quote and close-tag, emulating the parsing bug in old + versions of Mosaic and Netscape. - CTRL-R - Reloads the current document and resets the display. + CTRL-R - Reloads the current document and resets the display. - CTRL-V - Switches to an alternative way of parsing HTML documents. + CTRL-V - Switches to an alternative way of parsing HTML documents. This may help to get a more readable rendering of some documents with invalidly placed HTML tags, <A HREF="option_help.html#tagsoup">more details</A>. - CTRL-W - Resets or cleans up the display. + CTRL-W - Resets or cleans up the display. - CTRL-U - Clears text from an input field or prompt. + CTRL-U - Clears text from an input field or prompt. CTRL-G - Cancels any input prompt, mail message or data transfer. @@ -168,7 +168,7 @@ <a href="follow_help.html" >Follow link (or goto link or page) number:</a> or <a href="follow_help.html#select-option" - >Select option (or page) number:</a> + >Select option (or page) number:</a> prompts. </PRE> </BODY> diff --git a/lynx_help/keystrokes/scrolling_help.html b/lynx_help/keystrokes/scrolling_help.html index d1931346..8a42dda4 100644 --- a/lynx_help/keystrokes/scrolling_help.html +++ b/lynx_help/keystrokes/scrolling_help.html @@ -15,7 +15,7 @@ or CTRL-B) will bring you back up one page (Page-Up). If the 'Num Lock' on your keyboard is on, Lynx will translate - the numbers of your keypad into movement commands as follows: + the numbers of your keypad into movement commands as follows: 9 - page up 8 - up arrow diff --git a/lynx_help/keystrokes/xterm_help.html b/lynx_help/keystrokes/xterm_help.html index d40ea450..05d13ea7 100644 --- a/lynx_help/keystrokes/xterm_help.html +++ b/lynx_help/keystrokes/xterm_help.html @@ -22,7 +22,7 @@ programs, usually called X servers, that make them act like X Window terminals and are frequently used as X terminals. <dl> -<dt>Note: +<dt>Note: <dd>The terminology used to describe processes associated with X terminals can be confusing. An X terminal is also known as an "X display server," and the program running on the host |