From d033eb6ea0d7b95b6df5e68e48dd20b5d7922285 Mon Sep 17 00:00:00 2001 From: Slava Zanko Date: Sat, 3 Oct 2009 00:45:04 +0300 Subject: [PATCH] Ticket #1655: Unable to call 'direct' viewer (by shift+f3) key. Test case: Try to press shift+F3. * Old behavior: call viewer in raw mode. * New behavior: do nothing. Fix issue: For 'PanelViewSimple' event changed hotkey from 'shift-F3' to 'F13' Signed-off-by: Slava Zanko --- misc/mc.keymap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/mc.keymap b/misc/mc.keymap index 1d421bf36..03d60660d 100644 --- a/misc/mc.keymap +++ b/misc/mc.keymap @@ -215,7 +215,7 @@ PanelNextPage = pgdn; ctrl-v PanelDoEnter = enter PanelChdirOtherPanel = alt-o PanelChdirToReadlink = alt-l -PanelViewSimple = shift-F3 +PanelViewSimple = F13 PanelEditNew = F14 PanelCopyLocal = F15 PanelRenameLocal = F16