From 11c739fe1827ca8d9af3a1e40b7f9f7dce55057d Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Fri, 16 Feb 2018 22:22:39 +0100 Subject: add ctrl + right as an alias, fix #2720 --- mitmproxy/tools/console/defaultkeys.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mitmproxy/tools/console/defaultkeys.py b/mitmproxy/tools/console/defaultkeys.py index 084ef262..c7876288 100644 --- a/mitmproxy/tools/console/defaultkeys.py +++ b/mitmproxy/tools/console/defaultkeys.py @@ -11,6 +11,7 @@ def map(km): km.add("q", "console.view.pop", ["global"], "Exit the current view") km.add("-", "console.layout.cycle", ["global"], "Cycle to next layout") km.add("shift tab", "console.panes.next", ["global"], "Focus next layout pane") + km.add("ctrl right", "console.panes.next", ["global"], "Focus next layout pane") km.add("P", "console.view.flow @focus", ["global"], "View flow details") km.add("g", "console.nav.start", ["global"], "Go to start") -- cgit v1.2.3