From 7284b21be729a42364be4f4b66fed5801a79ca54 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 24 Jan 2014 12:57:02 +0100 Subject: [PATCH] Add FIXME --- qutebrowser/widgets/statusbar/command.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qutebrowser/widgets/statusbar/command.py b/qutebrowser/widgets/statusbar/command.py index 55d63b7c9..47e5171ce 100644 --- a/qutebrowser/widgets/statusbar/command.py +++ b/qutebrowser/widgets/statusbar/command.py @@ -14,6 +14,10 @@ class Command(QLineEdit): _tmphist = [] _histpos = None + # FIXME won't the tab key switch to the next widget? + # See http://www.saltycrane.com/blog/2008/01/how-to-capture-tab-key-press-event-with/ + # for a possible fix. + def __init__(self, bar): super().__init__(bar) self.bar = bar