From 4b5dca121012f0a374e042ee839f4ef93977d516 Mon Sep 17 00:00:00 2001 From: Slava Zanko Date: Thu, 24 Sep 2009 17:20:02 +0300 Subject: [PATCH] Add some forgotten hotkeys. Signed-off-by: Slava Zanko --- misc/mc.keymap | 2 ++ src/keybind.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/misc/mc.keymap b/misc/mc.keymap index d7e11adad..44f57a1e6 100644 --- a/misc/mc.keymap +++ b/misc/mc.keymap @@ -208,6 +208,8 @@ PanelGotoMiddleFile = alt-r PanelSyncOtherPanel = alt-i PanelGotoTopFile = alt-g PanelSetPanelEncoding = ctrl-t +PanelMoveHome = home +PanelMoveEnd = end [panel:xmap] diff --git a/src/keybind.c b/src/keybind.c index feb01fa90..9f4cdab5b 100644 --- a/src/keybind.c +++ b/src/keybind.c @@ -603,7 +603,7 @@ const global_key_map_t default_main_x_map[] = { {'p', CK_CopyCurrentPathname}, {XCTRL ('p'), CK_CopyOtherPathname}, {'t', CK_CopyCurrentTagged}, - {XCTRL ('t'), CK_CopyCurrentReadlink}, + {XCTRL ('t'), CK_CopyOtherTarget}, {'c', CK_ChmodCmd}, {'o', CK_ChownCmd}, {'r', CK_CopyCurrentReadlink},