eric6/Debugger/DebugUI.py

changeset 7899
ecf67e07b6e0
parent 7897
9acc015ea443
child 7903
827d89937c30
diff -r 1bcd6d4df182 -r ecf67e07b6e0 eric6/Debugger/DebugUI.py
--- a/eric6/Debugger/DebugUI.py	Sat Dec 19 14:42:36 2020 +0100
+++ b/eric6/Debugger/DebugUI.py	Sat Dec 19 15:06:20 2020 +0100
@@ -380,7 +380,7 @@
         act = E5Action(
             self.tr('Continue Until'),
             UI.PixmapCache.getIcon("continueUntil"),
-            self.tr('Continue &Until'), Qt.SHIFT + Qt.Key_F6, 0,
+            self.tr('Continue &Until'), Qt.CTRL + Qt.Key_F6, 0,
             self.debugActGrp, 'dbg_continue_until')
         act.setStatusTip(self.tr(
             """Continue running the program from the current line to the"""

eric ide

mercurial