diff --git a/lib/keybind.c b/lib/keybind.c index 4115be056..b9b87cbda 100644 --- a/lib/keybind.c +++ b/lib/keybind.c @@ -210,6 +210,7 @@ static name_keymap_t command_names[] = { {"DeleteSingle", CK_DeleteSingle}, {"CdParent", CK_CdParent}, {"CdChild", CK_CdChild}, + {"Panelize", CK_Panelize}, {"PanelOtherSync", CK_PanelOtherSync}, {"SortNext", CK_SortNext}, {"SortPrev", CK_SortPrev}, diff --git a/misc/mc.keymap.default b/misc/mc.keymap.default index 287557e26..2432ce86e 100644 --- a/misc/mc.keymap.default +++ b/misc/mc.keymap.default @@ -99,6 +99,7 @@ SelectInvert = alt-asterisk CdChild = ctrl-pgdn CdParent = ctrl-pgup CdParentSmart = +Panelize = History = alt-shift-h HistoryNext = alt-u HistoryPrev = alt-y diff --git a/misc/mc.keymap.emacs b/misc/mc.keymap.emacs index 7f51c1cb3..fb6f6231c 100644 --- a/misc/mc.keymap.emacs +++ b/misc/mc.keymap.emacs @@ -99,6 +99,7 @@ Unselect = alt-minus SelectInvert = alt-asterisk CdChild = ctrl-pgdn CdParent = ctrl-pgup +Panelize = CdParentSmart = History = alt-shift-h HistoryNext = alt-u