--- 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"""