diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2014-01-09 00:29:11 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2014-01-09 00:29:11 -0500 |
commit | 7c7d8c9582cea3ed0ff52f6e7d212fa85b3cd75f (patch) | |
tree | f3e67409277f1df3ee92a67bb797935eff2ede26 /lynx_help/keystrokes/dired_help.html | |
parent | 5587a776392a368733dbff8437a0400e130a783d (diff) | |
download | lynx-snapshots-7c7d8c9582cea3ed0ff52f6e7d212fa85b3cd75f.tar.gz |
snapshot of project "lynx", label v2-8-8pre_2a
Diffstat (limited to 'lynx_help/keystrokes/dired_help.html')
-rw-r--r-- | lynx_help/keystrokes/dired_help.html | 85 |
1 files changed, 50 insertions, 35 deletions
diff --git a/lynx_help/keystrokes/dired_help.html b/lynx_help/keystrokes/dired_help.html index c5cb3dbc..bf5701be 100644 --- a/lynx_help/keystrokes/dired_help.html +++ b/lynx_help/keystrokes/dired_help.html @@ -1,4 +1,4 @@ -<!-- $LynxId: dired_help.html,v 1.8 2013/05/21 10:51:27 tom Exp $ --> +<!-- $LynxId: dired_help.html,v 1.9 2014/01/08 01:15:55 tom Exp $ --> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <html> @@ -6,57 +6,72 @@ <meta name="generator" content= "HTML Tidy for Linux (vers 25 March 2009), see www.w3.org"> - <title>Lynx Dired Help</title> + <title>Lynx Dired-mode Key Bindings</title> <link rev="made" href="mailto:lynx-dev@nongnu.org"> <meta http-equiv="Content-Type" content= "text/html; charset=us-ascii"> -</head> + <meta name="description" content= + "Lynx's dired-mode allows you to browse for file-URLs. This describes the key-bindings for dired-mode."> + </head> <body> - <h1>DIRED HELP</h1> + <h2>Overview</h2> - <p>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:</p> - <pre> + <p><strong>Lynx</strong> changes into <em>Dired mode</em> when + you use a URL of the type <em>file://localhost/path/</em>.</p> - C)reate - Create a new, empty file in the current - directory. You will be prompted to enter - a name for the file. + <h2>Key bindings</h2> - F)ull menu - Show a full menu of commands for currently - selected file or directory. + <p>While in Dired mode, some keys are remapped to do the + following functions:</p> - 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. + <blockquote> + <pre> - R)emove - Delete currently selected files. + C)reate - Create a new, empty file in the current + directory. You will be prompted to enter + a name for the 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. + F)ull menu - Show a full menu of commands for currently + selected file or directory. - U)pload - Upload a file to the current directory using - one of the options listed in the upload screen. + 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. + + 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 screen. </pre> + </blockquote> - <p>Some other keys useful in Dired mode:</p> - <pre> - D)ownload - Download selection using options listed in - the download options screen. + <p>Some other keys useful in <em>Dired mode</em>:</p> - E)dit - Spawn the editor defined in the <a href= + <blockquote> + <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. + and load selection for editing. </pre> + </blockquote> + + <h2>Notes</h2> - <p><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.</p> + <p><em>Dired mode</em> must be activated at compile time. + Otherwise, the above commands will not be available and + <strong>Lynx</strong> will treat a directory listing as an HTML + file.</p> </body> </html> |