From 61f7d72af6b3ec836623463776f5f4bc231b1e13 Mon Sep 17 00:00:00 2001 From: Andrew Borodin Date: Fri, 30 Oct 2009 14:06:59 +0300 Subject: [PATCH] Added shortcuts for CmdInfo (C-x i) and CmdQuickView (C-x q) commands. There is a difference between CmdInfo and CmdMenuInfo commands: * CmdImfo is assigned with C-x i shortcut and changes the mode of inactive panel with flip-flop effect. * CmdMenuInfo is assigned with panel according with menu: Left or Right. There is no flip-flop effect of this command. This command must be present in keymap file to show the assigned shortcut in menu. The above-written is appropriate for CmdQuickView and CmdMenuQuickView commands. Signed-off-by: Andrew Borodin --- misc/mc.keymap.default | 2 ++ misc/mc.keymap.emacs | 2 ++ 2 files changed, 4 insertions(+) diff --git a/misc/mc.keymap.default b/misc/mc.keymap.default index 0dd68b3cc..74375f206 100644 --- a/misc/mc.keymap.default +++ b/misc/mc.keymap.default @@ -226,6 +226,8 @@ CmdCompareDirs = d CmdEditSymlink = ctrl-s CmdLink = l CmdSymlink = s +CmdInfo = i +CmdQuickView = q CmdMenuInfo = i CmdMenuQuickView = q CmdExternalPanelize = exclamation diff --git a/misc/mc.keymap.emacs b/misc/mc.keymap.emacs index dcf6afe65..8de5b3f76 100644 --- a/misc/mc.keymap.emacs +++ b/misc/mc.keymap.emacs @@ -230,6 +230,8 @@ CmdCompareDirs = d CmdEditSymlink = ctrl-s CmdLink = l CmdSymlink = s +CmdInfo = i +CmdQuickView = q CmdMenuInfo = i CmdMenuQuickView = q CmdExternalPanelize = exclamation -- 2.11.4.GIT