@@ -53,12 +53,19 @@ Midnight Commander.
5353Force a "normal tracking" mouse mode. Used when running on
5454xterm\- capable terminals (tmux/screen).
5555.TP
56+ .I \- k file, \-\- keydef=file
57+ Specify a name of keydef file in the command line.
58+ .TP
5659.I \- K file, \-\- keymap=file
5760Specify a name of keymap file in the command line.
5861.TP
5962.I \- l file, \-\- ftplog=file
6063Save the ftpfs dialog with the server in file.
6164.TP
65+ .I \-\- nokeydef
66+ Don't load key definitions from any file, use hardcoded and terminfo
67+ escape sequences.
68+ .TP
6269.I \-\- nokeymap
6370Don't load key bindings from any file, use default hardcoded keys.
6471.TP
@@ -3783,11 +3790,11 @@ to save and restore position in opened files.
37833790.SH "Terminal databases"
37843791Midnight Commander provides a way to fix your system terminal
37853792database without requiring root privileges. Midnight Commander
3786- searches in the system initialization file (the mc.lib file located in
3793+ searches in the mc.keydef file located in
37873794Midnight Commander's library directory) and in the
3788- ~/.config/mc/ini file for the section
3789- "terminal: your\- terminal\- name" and then for the section
3790- "terminal:general ", each line of the section contains a key symbol that
3795+ ~/.config/mc/mc.keydef file for the section
3796+ "your\- terminal\- name" and then for the section
3797+ "_common_ ", each line of the section contains a key symbol that
37913798you want to define, followed by an equal sign and the definition for the
37923799key. You can use the special \e e form to represent the escape character
37933800and the ^x to represent the control\- x character.
0 commit comments