From 40d6e96471aac7eb41e2a25f96001c7bdc880731 Mon Sep 17 00:00:00 2001 From: Andrew Borodin Date: Tue, 26 Jun 2012 14:47:22 +0400 Subject: [PATCH] Fix of f13 key handling. ViewFile doesn't have the default key, and f13 is key for ViewRaw which is handled in panel not. Signed-off-by: Andrew Borodin --- src/keybind-defaults.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/keybind-defaults.c b/src/keybind-defaults.c index bb734207b..75ae855cf 100644 --- a/src/keybind-defaults.c +++ b/src/keybind-defaults.c @@ -93,7 +93,6 @@ static const global_keymap_ini_t default_main_keymap[] = { {"Delete", "f8"}, {"Menu", "f9"}, {"Quit", "f10"}, - {"ViewFile", "f13"}, {"MenuLastSelected", "f19"}, {"QuitQuiet", "f20"}, {"History", "alt-h"}, -- 2.11.4.GIT