document modify_other_keys
This commit is contained in:
parent
614eca0f03
commit
7f0d2491bf
2
config
2
config
|
@ -28,7 +28,7 @@ cursor_shape = block
|
|||
# Hide links that are no longer valid in url select overlay mode
|
||||
filter_unmatched_urls = true
|
||||
|
||||
# emit escape sequences for other keys modified by Control
|
||||
# emit escape sequences for extra modified keys
|
||||
#modify_other_keys = false
|
||||
|
||||
[colors]
|
||||
|
|
|
@ -36,6 +36,9 @@ The font description for the terminal's font.
|
|||
The default window geometry for new terminal windows.
|
||||
.IP \fIicon_name\fR
|
||||
The name of the icon to be used for the terminal process.
|
||||
.IP \fImodify_other_keys\fR
|
||||
Emit escape sequences for extra keys, like the \fBmodifyOtherKeys\fR
|
||||
resource for \fBxterm\fR(1).
|
||||
.IP \fImouse_autohide\fR
|
||||
Automatically hide the mouse pointer when you start typing.
|
||||
.IP \fIscrollback_lines\fR
|
||||
|
|
Loading…
Reference in New Issue