Add help entry for H global header shortcut.

This commit is contained in:
Aldo Cortesi
2012-09-02 11:53:00 +12:00
parent 9c009a872e
commit 5630d3f660

View File

@@ -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)