mirror of https://github.com/MidnightCommander/mc
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 <aborodin@vmail.ru>
This commit is contained in:
parent
68e813db55
commit
61f7d72af6
|
@ -226,6 +226,8 @@ CmdCompareDirs = d
|
|||
CmdEditSymlink = ctrl-s
|
||||
CmdLink = l
|
||||
CmdSymlink = s
|
||||
CmdInfo = i
|
||||
CmdQuickView = q
|
||||
CmdMenuInfo = i
|
||||
CmdMenuQuickView = q
|
||||
CmdExternalPanelize = exclamation
|
||||
|
|
|
@ -230,6 +230,8 @@ CmdCompareDirs = d
|
|||
CmdEditSymlink = ctrl-s
|
||||
CmdLink = l
|
||||
CmdSymlink = s
|
||||
CmdInfo = i
|
||||
CmdQuickView = q
|
||||
CmdMenuInfo = i
|
||||
CmdMenuQuickView = q
|
||||
CmdExternalPanelize = exclamation
|
||||
|
|
Loading…
Reference in New Issue