mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
* doc/mc.1.in: Function key documentation update.
This commit is contained in:
parent
85e87b2cdf
commit
b1069b32eb
@ -1,3 +1,7 @@
|
|||||||
|
2006-04-13 Anton Monroe <akm@meer.net>
|
||||||
|
|
||||||
|
* doc/mc.1.in: Function key documentation update.
|
||||||
|
|
||||||
2006-03-18 Leonard den Ottolander <leonard den ottolander nl>
|
2006-03-18 Leonard den Ottolander <leonard den ottolander nl>
|
||||||
|
|
||||||
* acinclude.m4 (AC_GET_FS_INFO): Replace old fileutils code to get
|
* acinclude.m4 (AC_GET_FS_INFO): Replace old fileutils code to get
|
||||||
|
35
doc/mc.1.in
35
doc/mc.1.in
@ -904,9 +904,11 @@ and its arguments (the argument defaults to the currently selected
|
|||||||
file name), the output from such command is shown in the internal file
|
file name), the output from such command is shown in the internal file
|
||||||
viewer.
|
viewer.
|
||||||
.PP
|
.PP
|
||||||
.B Edit (F4)
|
.B Edit (F4, F14)
|
||||||
.PP
|
.PP
|
||||||
Currently it invokes the
|
Press F4 to edit the highlighted file. Press F14 (usually Shift-F4)
|
||||||
|
to start the editor with a new, empty file.
|
||||||
|
Currently they invoke the
|
||||||
.B vi
|
.B vi
|
||||||
editor, or the editor specified in the
|
editor, or the editor specified in the
|
||||||
.B EDITOR
|
.B EDITOR
|
||||||
@ -916,12 +918,12 @@ Internal File Editor
|
|||||||
.\"Internal File Editor"
|
.\"Internal File Editor"
|
||||||
if the use_internal_edit option is on.
|
if the use_internal_edit option is on.
|
||||||
.PP
|
.PP
|
||||||
.B Copy (F5)
|
.B Copy (F5, F15)
|
||||||
.PP
|
.PP
|
||||||
Pop up an input dialog with destination that defaults to the directory
|
Press F5 to pop up an input dialog to copy the currently selected file (or
|
||||||
in the non-selected panel and copies the currently selected file (or
|
|
||||||
the tagged files, if there is at least one file tagged) to the
|
the tagged files, if there is at least one file tagged) to the
|
||||||
directory specified by the user in the input dialog. During this
|
directory/filename you specify in the input dialog. The destination
|
||||||
|
defaults to the directory in the non-selected panel. During this
|
||||||
process, you can press C-c or ESC to abort the operation. For details
|
process, you can press C-c or ESC to abort the operation. For details
|
||||||
about source mask (which will be usually either * or ^\\(.*\\)$ depending
|
about source mask (which will be usually either * or ^\\(.*\\)$ depending
|
||||||
on setting of Use shell patterns) and possible wildcards in the destination
|
on setting of Use shell patterns) and possible wildcards in the destination
|
||||||
@ -930,6 +932,10 @@ see
|
|||||||
Mask copy/rename\&.
|
Mask copy/rename\&.
|
||||||
.\"Mask Copy/Rename"
|
.\"Mask Copy/Rename"
|
||||||
.PP
|
.PP
|
||||||
|
F15 (usually Shift-F5) is similar, but defaults to the directory in the
|
||||||
|
selected panel. It always operates on the selected file, regardless of
|
||||||
|
any tagged files.
|
||||||
|
.PP
|
||||||
On some systems, it is possible to do the copy in the background by
|
On some systems, it is possible to do the copy in the background by
|
||||||
clicking on the background button (or pressing Alt-b in the dialog
|
clicking on the background button (or pressing Alt-b in the dialog
|
||||||
box). The
|
box). The
|
||||||
@ -967,14 +973,17 @@ The original file which the link points to is shown on mini-status line if the
|
|||||||
option is enabled. Use symbolic links when you want to avoid the
|
option is enabled. Use symbolic links when you want to avoid the
|
||||||
confusion that can be caused by hard links.
|
confusion that can be caused by hard links.
|
||||||
.PP
|
.PP
|
||||||
.B Rename/Move (F6)
|
.B Rename/Move (F6, F16)
|
||||||
.PP
|
.PP
|
||||||
Pop up an input dialog that defaults to the directory in the
|
Press F6 to pop up an input dialog to copy the currently selected file (or
|
||||||
non-selected panel and moves the currently selected file (or the
|
the tagged files, if there is at least one file tagged) to the
|
||||||
tagged files if there is at least one tagged file) to the directory
|
directory/filename you specify in the input dialog. The destination
|
||||||
specified by the user in the input dialog. During the process, you
|
defaults to the directory in the non-selected panel. For more details
|
||||||
can press C-c or ESC to abort the operation. For more details look at Copy
|
look at Copy (F5) operation above, most of the things are quite similar.
|
||||||
operation above, most of the things are quite similar.
|
.PP
|
||||||
|
F16 (usually Shift-F6) is similar, but defaults to the directory in the
|
||||||
|
selected panel. It always operates on the selected file, regardless of
|
||||||
|
any tagged files.
|
||||||
.PP
|
.PP
|
||||||
On some systems, it is possible to do the copy in the background by
|
On some systems, it is possible to do the copy in the background by
|
||||||
clicking on the background button (or pressing Alt-b in the dialog
|
clicking on the background button (or pressing Alt-b in the dialog
|
||||||
|
Loading…
Reference in New Issue
Block a user