fix keyboard navigation

This commit is contained in:
Maximilian Hils 2016-07-24 09:43:29 -07:00 committed by GitHub
parent a3fa9e14ae
commit c5f3bb83f6

View File

@ -632,7 +632,7 @@ class FlowView(tabs.Tabs):
message="Tab to the request or response",
expire=1
)
elif key in "bfgmxvzEC" and not conn:
elif key in set("bfgmxvzEC") and not conn:
signals.status_message.send(
message = "Tab to the request or response",
expire = 1