From e165558615f27b1ade81671c73356f60ef724888 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Tue, 28 Jan 2014 01:19:02 +1000 Subject: MC gets some WS style Control duplicates for lazy control key fingers. --- boxes.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/boxes.c b/boxes.c index 02af59e..ea0ad07 100644 --- a/boxes.c +++ b/boxes.c @@ -2289,7 +2289,9 @@ struct keyCommand simpleMceditKeys[] = {"^Q|", "splitV"}, // MC doesn't have a split window concept, so make these up to match tmux more or less. {"^Q-", "splitH"}, {"^Qo", "switchBoxes"}, + {"^Q^O", "switchBoxes"}, {"^Qx", "deleteBox"}, + {"^Q^X", "deleteBox"}, {"Up", "upLine"}, {NULL, NULL} }; -- cgit v1.1