keymap problem with 4.8.27

Henning xaoxx at t-online.de
Thu Nov 11 18:14:43 UTC 2021


On 11/11/2021 11:14, Andrew Borodin wrote:

> Before bind a key to another action you should unbind it.
> f1 key is bound to for Help action.
> ctrl-f is bound to Right action in the command line, which is input line.
> 
> Please create ~/.config/mc/mc.keymap with following content:

~/.config/mc/mc.keymap is a link to mz own keymap

> 
> [filemanager]

This alone was the game changer. Nothing else necessary. Now everything 
works perfectly.

Instead of [filemanager] my keymap had [main]. Maybe from an older mc 
version.

> # unbind a key (was: Help = f1)
> Help =
> # bind f1 to the new action
> HotList = f1
> # bind ctrl-f to the new action
> Find = ctrl-f
> 
> [input]
> # unbind ctrl-f (was: Right = right; alt-right; ctrl-f)

I have removed all additional keys, making Left = left, Right =  right etc.

> Right = right; alt-right
> 
> Unfortunately, after that ctrl-f will not work in all input lines.

What would I try to achieve now with ctrl-f in input lines?

Thanks a lot for making my keys work again.

henning




More information about the mc mailing list