Remove esc FIXME
We can't do anything about this, see https://bugreports.qt-project.org/browse/QTBUG-31527
This commit is contained in:
parent
fb54eb58c1
commit
014f73a2dd
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user