UserInterface: changed the keyboard shortcut for the restart action because the chosen one conflicted with "Alt Gr + Q" to enter the @ symbol on Windows.

Thu, 12 Jul 2018 19:23:38 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 12 Jul 2018 19:23:38 +0200
changeset 6430
9fe4016a653b
parent 6429
296b0e5d5a76
child 6431
1842436770c4

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(

eric ide

mercurial