mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-04-24 04:14:57 +08:00
Add help entry for H global header shortcut.
This commit is contained in:
@@ -49,6 +49,7 @@ class HelpView(urwid.ListBox):
|
||||
text.append(urwid.Text([("head", "\n\nGlobal keys:\n")]))
|
||||
keys = [
|
||||
("c", "client replay"),
|
||||
("H", "edit global header set patterns"),
|
||||
("i", "set interception pattern"),
|
||||
("M", "change global default display mode"),
|
||||
(None,
|
||||
@@ -177,5 +178,3 @@ class HelpView(urwid.ListBox):
|
||||
elif key == "?":
|
||||
key = None
|
||||
return urwid.ListBox.keypress(self, size, key)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user