diff --git a/qutebrowser/utils/keyparser.py b/qutebrowser/utils/keyparser.py index 58af32022..324bfcdd2 100644 --- a/qutebrowser/utils/keyparser.py +++ b/qutebrowser/utils/keyparser.py @@ -110,8 +110,6 @@ class KeyParser(QObject): Args: e: the KeyPressEvent from Qt. """ - # FIXME maybe we can do this in an easier way by using QKeySequence - # which has a matches method. logging.debug('Got key: {} / text: "{}"'.format(e.key(), e.text())) txt = e.text().strip() if not txt: