Thu, 12 Jul 2018 19:23:38 +0200
UserInterface: changed the keyboard shortcut for the restart action because the chosen one conflicted with "Alt Gr + Q" to enter the @ symbol on Windows.
UI/UserInterface.py | file | annotate | diff | comparison | revisions |
--- a/UI/UserInterface.py Wed Jul 11 19:30:42 2018 +0200 +++ b/UI/UserInterface.py Thu Jul 12 19:23:38 2018 +0200 @@ -1397,7 +1397,7 @@ self.tr('Restart'), UI.PixmapCache.getIcon("restart.png"), self.tr('Restart'), - QKeySequence(self.tr("Ctrl+Alt+Q", "File|Quit")), + QKeySequence(self.tr("Ctrl+Shift+Q", "File|Quit")), 0, self, 'restart_eric') self.restartAct.setStatusTip(self.tr('Restart the IDE')) self.restartAct.setWhatsThis(self.tr(