- 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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user