mirror of git://git.sv.gnu.org/nano.git
docs: document the new Sh-M-X format for binding <Shift+Meta+letter>
This commit is contained in:
parent
f9baa4de71
commit
6cd98e32f7
|
@ -1163,7 +1163,14 @@ Example: @code{^C}.
|
||||||
@item
|
@item
|
||||||
@code{M-@var{X}} ------ where @var{X} is any ASCII character except [,
|
@code{M-@var{X}} ------ where @var{X} is any ASCII character except [,
|
||||||
or the word "Space".
|
or the word "Space".
|
||||||
Example: @code{M-C}.
|
Example: @code{M-8}.
|
||||||
|
|
||||||
|
@item
|
||||||
|
@code{Sh-M-@var{X}} ------ where @var{X} is a Latin letter.
|
||||||
|
Example: @code{Sh-M-U}.
|
||||||
|
By default, each Meta+letter keystroke does the same as the corresponding
|
||||||
|
Shift+Meta+letter. But when any Shift+Meta bind is made, that will
|
||||||
|
no longer be the case, for all letters.
|
||||||
|
|
||||||
@item
|
@item
|
||||||
@code{F@var{n}} ------ where @var{n} is a numeric value from 1 to 24.
|
@code{F@var{n}} ------ where @var{n} is a numeric value from 1 to 24.
|
||||||
|
|
11
doc/nanorc.5
11
doc/nanorc.5
|
@ -475,7 +475,7 @@ menus where the key exists when \fBall\fP is used).
|
||||||
.TP
|
.TP
|
||||||
The format of \fIkey\fP should be one of:
|
The format of \fIkey\fP should be one of:
|
||||||
.RS 3
|
.RS 3
|
||||||
.TP 5
|
.TP 7
|
||||||
.BI ^ X
|
.BI ^ X
|
||||||
where \fIX\fR is a Latin letter, or one of several ASCII characters
|
where \fIX\fR is a Latin letter, or one of several ASCII characters
|
||||||
(@, ], \\, ^, _), or the word "Space".
|
(@, ], \\, ^, _), or the word "Space".
|
||||||
|
@ -483,7 +483,14 @@ Example: ^C.
|
||||||
.TP
|
.TP
|
||||||
.BI M\- X
|
.BI M\- X
|
||||||
where \fIX\fR is any ASCII character except [, or the word "Space".
|
where \fIX\fR is any ASCII character except [, or the word "Space".
|
||||||
Example: M\-C.
|
Example: M\-8.
|
||||||
|
.TP
|
||||||
|
.BI Sh\-M\- X
|
||||||
|
where \fIX\fR is a Latin letter.
|
||||||
|
Example: Sh\-M\-U.
|
||||||
|
By default, each Meta+letter keystroke does the same as the corresponding
|
||||||
|
Shift+Meta+letter. But when any Shift+Meta bind is made, that will
|
||||||
|
no longer be the case, for all letters.
|
||||||
.TP
|
.TP
|
||||||
.BI F N
|
.BI F N
|
||||||
where \fIN\fR is a numeric value from 1 to 24.
|
where \fIN\fR is a numeric value from 1 to 24.
|
||||||
|
|
Loading…
Reference in New Issue