From 5630d3f66090f55fe9be70cca6868ba75f92ef5a Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sun, 2 Sep 2012 11:53:00 +1200 Subject: Add help entry for H global header shortcut. --- libmproxy/console/help.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libmproxy/console') diff --git a/libmproxy/console/help.py b/libmproxy/console/help.py index e429d1bc..178b36f7 100644 --- a/libmproxy/console/help.py +++ b/libmproxy/console/help.py @@ -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) - - -- cgit v1.2.3