我在互联网上没有找到有关该主题的任何内容。
其中唯一.mc/ini
与问题相关的一行是keymap=mc.keymap
,但我不知道如何处理它。
答案1
Okiedokie...让我们看看
$ man-section mc | head -n20
mc (1)
--
Name
Usage
Description
Options
Overview
Mouse support
Keys
Redefine hotkey bindings
第 8 节... 可能吗?让我们看看
男子麦克(滚动,滚动,滚动)
Redefine hotkey bindings
Hotkey bindings may be read from external file (keymap-file). A keymap-
file is searched on the following algorithm (to the first one found):
1) command line option -K <keymap> or --keymap=<keymap>
2) Environment variable MC_KEYMAP
3) Parameter keymap in section [Midnight-Commander] of config file.
4) File ~/.config/mc/mc.keymap
5) File /etc/mc/mc.keymap
6) File /usr/share/mc/mc.keymap
答对了!
cp /etc/mc/mc.keymap ~/.config/mc/
现在根据需要编辑键映射并在完成后保存 ~/.config/mc/mc.keymap
欲了解更多信息,请阅读 Keys (男子麦克) 部分及其后三个部分。
$ cat /home/jaroslav/bin/man-sections
#!/bin/sh
MANPAGER=cat man $@ | grep -E '^^[[1m[A-Z]{3,}'
答案2
在 Ubuntu 中,键盘映射位于 /etc/mc/mc.keymap