mirror of git://git.sv.gnu.org/nano.git
docs: add a note saying that rebinding ^M or ^I is not advisable
Also say that rebinding ^H is sometimes impossible, or when it's made possible, that it rebinds the Backspace key too. This addresses https://savannah.gnu.org/bugs/?56994. Reported-by: Tiago Almeida <tjamadeira@gmail.com>
This commit is contained in:
parent
07c1e72216
commit
e90b40e651
|
@ -1171,6 +1171,10 @@ Example: @code{F10}.
|
|||
@code{Ins} or @code{Del}.
|
||||
@end itemize
|
||||
|
||||
Rebinding @code{^M} (Enter) or @code{^I} (Tab) is probably not a good idea.
|
||||
On some terminals it's not possible to rebind @code{^H} (unless @code{--raw}
|
||||
is used) because its keycode is identical to that of the Backspace key.
|
||||
|
||||
@sp 1
|
||||
Valid names for the @code{function} to be bound are:
|
||||
|
||||
|
|
|
@ -501,6 +501,10 @@ Example: F10.
|
|||
.BR Ins " or " Del .
|
||||
.RE
|
||||
|
||||
Rebinding \fB^M\fR (Enter) or \fB^I\fR (Tab) is probably not a good idea.
|
||||
On some terminals it's not possible to rebind \fB^H\fR (unless \fB\-\-raw\fR
|
||||
is used) because its keycode is identical to that of the Backspace key.
|
||||
|
||||
.TP
|
||||
Valid \fIfunction\fP names to be bound are:
|
||||
.RS 3
|
||||
|
|
Loading…
Reference in New Issue