- added support for shortcut key F2 when in the Project Tab and that will allow the object renaming much faster

This commit is contained in:
Marius Stanciu
2020-11-07 20:26:11 +02:00
committed by Marius
parent 02bdb20a08
commit d842b490a8
3 changed files with 11 additions and 0 deletions

View File

@@ -75,6 +75,7 @@ class KeySensitiveListView(QtWidgets.QTreeView):
def keyPressEvent(self, event):
# super(KeySensitiveListView, self).keyPressEvent(event)
# print(QtGui.QKeySequence(event.key()).toString())
self.keyPressed.emit(event.key())
def dragEnterEvent(self, event):