Follow-up to Fix #40120: Setting shortcut moved from console_editor.py to console.py

This commit is contained in:
Trex 2025-09-18 18:04:20 +02:00 committed by Nyall Dawson
parent 652159f079
commit 3d316b1bb1
2 changed files with 1 additions and 1096 deletions

View File

@ -331,6 +331,7 @@ class PythonConsoleWidget(QWidget):
self.runSelectedEditorButton.setMenuRole(QAction.MenuRole.PreferencesRole)
self.runSelectedEditorButton.setIconVisibleInMenu(True)
self.runSelectedEditorButton.setToolTip(runSelectedEditorBt + " <b>Ctrl+e</b>")
self.runSelectedEditorButton.setShortcut("Ctrl+E")
self.runSelectedEditorButton.setText(runSelectedEditorBt)
# Action Toggle comment

File diff suppressed because it is too large Load Diff