mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Add support for remapping prefix key
Make it possible to remap the prefix key (default: ctrl-t) by setting the prefix-ctrl-key variable in the configuration file. Allowed values are in the range a..z. Example, to set the prefix key to ctrl-a simply do: prefix-ctrl-key = a
This commit is contained in:
parent
1c53af0681
commit
02729c10b1
9 changed files with 36 additions and 34 deletions
|
|
@ -201,7 +201,7 @@ Display help.
|
|||
.SH "KEYS"
|
||||
.PP
|
||||
.TP 16n
|
||||
In session, the following key sequences are intercepted as tio commands:
|
||||
In session, the following key sequences, a prefix key (default: ctrl-t) followed by a command key, are intercepted as tio commands:
|
||||
.IP "\fBctrl-t ?"
|
||||
List available key commands
|
||||
.IP "\fBctrl-t b"
|
||||
|
|
@ -218,8 +218,6 @@ Clear screen
|
|||
Quit
|
||||
.IP "\fBctrl-t s"
|
||||
Show TX/RX statistics
|
||||
.IP "\fBctrl-t t"
|
||||
Send ctrl-t key code
|
||||
.IP "\fBctrl-t L"
|
||||
Show line states (DTR, RTS, CTS, DSR, DCD, RI)
|
||||
.IP "\fBctrl-t d"
|
||||
|
|
@ -315,6 +313,8 @@ Colorize tio text using ANSI color code ranging from 0 to 255
|
|||
Enable hexadecimal mode
|
||||
.IP "\fBsocket"
|
||||
Set socket to redirect I/O to
|
||||
.IP "\fBprefix-ctrl-key"
|
||||
Set prefix ctrl key (a..z, default: t)
|
||||
|
||||
.SH "CONFIGURATION FILE EXAMPLES"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue