From 510ed32cfbffa6148018869f5ade416505a450b3 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 22:21:21 +0200 Subject: Adding upstream version 2.9.0rel.0. Signed-off-by: Daniel Baumann --- lynx_help/keystrokes/dired_help.html | 90 ++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 lynx_help/keystrokes/dired_help.html (limited to 'lynx_help/keystrokes/dired_help.html') diff --git a/lynx_help/keystrokes/dired_help.html b/lynx_help/keystrokes/dired_help.html new file mode 100644 index 0000000..f3e7e05 --- /dev/null +++ b/lynx_help/keystrokes/dired_help.html @@ -0,0 +1,90 @@ + + + + + + Lynx Dired-mode Key Bindings + + + + + + + +

Overview

+ +

Lynx changes into Dired mode when + you use a URL of the type file://localhost/path/.

+ +

Dired Key + bindings

+ +

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.
+
+    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.
+
+    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 “t” again to untag
+                    a file.
+
+    U)pload       - Upload a file to the current directory using
+                    one of the options listed in the upload screen.
+
+
+ +

Other Key + bindings

+ +

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.
+
+
+ +

Notes

+ +

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.

+ + -- cgit v1.2.3