mirror of https://github.com/MidnightCommander/mc
Ticket #2586: broken extended keybindings in editor.
ctrl-x shortcut is used in default keymap twice:
* as shotrcut for WordRight action (see 0908c8baea
);
* as prefix for extended keybindings.
To fix the second issue, shortcut for editor.ExtendedKeyMap is
unassigned now because extended shortcuts are unused in editor in
default keymap.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
c4af1f250c
commit
d8277f2ed9
|
@ -331,7 +331,7 @@ SelectCodepage = alt-e
|
|||
Options =
|
||||
OptionsSaveMode =
|
||||
LearnKeys =
|
||||
ExtendedKeyMap = ctrl-x
|
||||
ExtendedKeyMap =
|
||||
|
||||
[viewer]
|
||||
Help = f1
|
||||
|
|
Loading…
Reference in New Issue