mirror of git://git.sv.gnu.org/nano.git
docs: mention that the dedicated cursor-moving keys are not rebindable
This commit is contained in:
parent
654d694e39
commit
edf2d8d68f
|
@ -1174,7 +1174,9 @@ with Shift.)
|
|||
|
||||
Rebinding @code{^M} (Enter) or @code{^I} (Tab) is probably not a good idea.
|
||||
Rebinding @code{^[} (Esc) is not possible, because its keycode
|
||||
is the starter byte of escape sequences and Meta keystrokes.
|
||||
is the starter byte of Meta keystrokes and escape sequences.
|
||||
Rebinding any of the dedicated cursor-moving keys (the arrows, Home, End,
|
||||
PageUp and PageDown) is not possible.
|
||||
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.
|
||||
|
||||
|
|
|
@ -511,7 +511,9 @@ Example: F10.
|
|||
|
||||
Rebinding \fB^M\fR (Enter) or \fB^I\fR (Tab) is probably not a good idea.
|
||||
Rebinding \fB^[\fR (Esc) is not possible, because its keycode
|
||||
is the starter byte of escape sequences and Meta keystrokes.
|
||||
is the starter byte of Meta keystrokes and escape sequences.
|
||||
Rebinding any of the dedicated cursor-moving keys (the arrows, Home, End,
|
||||
PageUp and PageDown) is not possible.
|
||||
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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue