From 54145360a3bc296ddea4b83711f3b14f45f1188d Mon Sep 17 00:00:00 2001 From: root Date: Sat, 11 Apr 2020 12:02:40 +0530 Subject: space issue --- mitmproxy/tools/console/defaultkeys.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mitmproxy/tools/console/defaultkeys.py b/mitmproxy/tools/console/defaultkeys.py index 8954a492..8ed56361 100644 --- a/mitmproxy/tools/console/defaultkeys.py +++ b/mitmproxy/tools/console/defaultkeys.py @@ -1,14 +1,14 @@ def map(km): km.add(":", "console.command ", ["commonkey", "global"], "Command prompt") - km.add("?", "console.view.help", ["commonkey","global"], "View help") + km.add("?", "console.view.help", ["commonkey", "global"], "View help") km.add("B", "browser.start", ["global"], "Start an attached browser") km.add("C", "console.view.commands", ["global"], "View commands") km.add("K", "console.view.keybindings", ["global"], "View key bindings") km.add("O", "console.view.options", ["commonkey", "global"], "View options") km.add("E", "console.view.eventlog", ["commonkey", "global"], "View event log") km.add("Q", "console.exit", ["commonkey", "global"], "Exit immediately") - km.add("q", "console.view.pop", ["commonkey", "global"], "Exit the current views") + km.add("q", "console.view.pop", ["commonkey", "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") -- cgit v1.2.3