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:
Andrew Borodin 2009-10-30 14:06:59 +03:00 committed by Slava Zanko
parent 68e813db55
commit 61f7d72af6
2 changed files with 4 additions and 0 deletions

View File

@ -226,6 +226,8 @@ CmdCompareDirs = d
CmdEditSymlink = ctrl-s
CmdLink = l
CmdSymlink = s
CmdInfo = i
CmdQuickView = q
CmdMenuInfo = i
CmdMenuQuickView = q
CmdExternalPanelize = exclamation

View File

@ -230,6 +230,8 @@ CmdCompareDirs = d
CmdEditSymlink = ctrl-s
CmdLink = l
CmdSymlink = s
CmdInfo = i
CmdQuickView = q
CmdMenuInfo = i
CmdMenuQuickView = q
CmdExternalPanelize = exclamation