aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy
diff options
context:
space:
mode:
authorroot <skkaushik212@gmail.com>2020-04-11 12:02:40 +0530
committerroot <skkaushik212@gmail.com>2020-04-11 12:02:40 +0530
commit54145360a3bc296ddea4b83711f3b14f45f1188d (patch)
tree2fbcf1e9e78b31f6740705a01234ddf41908cfa3 /mitmproxy
parent5f23158143d6e9175ac648f84d09e86391885e20 (diff)
downloadmitmproxy-54145360a3bc296ddea4b83711f3b14f45f1188d.tar.gz
mitmproxy-54145360a3bc296ddea4b83711f3b14f45f1188d.tar.bz2
mitmproxy-54145360a3bc296ddea4b83711f3b14f45f1188d.zip
space issue
Diffstat (limited to 'mitmproxy')
-rw-r--r--mitmproxy/tools/console/defaultkeys.py4
1 files 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")