Remove esc FIXME

We can't do anything about this, see
https://bugreports.qt-project.org/browse/QTBUG-31527
This commit is contained in:
Florian Bruhin 2014-01-19 20:14:33 +01:00
parent fb54eb58c1
commit 014f73a2dd

View File

@ -115,7 +115,6 @@ class StatusCommand(QLineEdit):
self.setValidator(CmdValidator())
self.returnPressed.connect(self.process_cmd)
# FIXME this only works with real esc key, not with xmodmapped
self.esc = QShortcut(self)
self.esc.setKey(QKeySequence(Qt.Key_Escape))
self.esc.setContext(Qt.WidgetWithChildrenShortcut)