Add FIXME in _handle_single_key

This commit is contained in:
Florian Bruhin 2014-02-05 11:20:33 +01:00
parent 43c2e21daa
commit 888c1690de

View File

@ -103,6 +103,8 @@ class KeyParser(QObject):
e -- the KeyPressEvent from Qt e -- the KeyPressEvent from Qt
""" """
# FIXME maybe we can do this in an easier way by using QKeySeqyence
# which has a matches method.
logging.debug('Got key: {} / text: "{}"'.format(e.key(), e.text())) logging.debug('Got key: {} / text: "{}"'.format(e.key(), e.text()))
txt = e.text().strip() txt = e.text().strip()
if not txt: if not txt: