diff -r 112271b4a2eb -r 9a7ef33a4534 eric7/QScintilla/ShellWindow.py --- a/eric7/QScintilla/ShellWindow.py Mon Oct 18 16:45:05 2021 +0200 +++ b/eric7/QScintilla/ShellWindow.py Tue Oct 19 19:55:21 2021 +0200 @@ -907,9 +907,7 @@ QCoreApplication.translate('ViewManager', 'Zoom'), UI.PixmapCache.getIcon("zoomTo"), QCoreApplication.translate('ViewManager', '&Zoom'), - QKeySequence(QCoreApplication.translate( - 'ViewManager', "Ctrl+#", "View|Zoom")), - 0, + 0, 0, self.viewActGrp, 'vm_view_zoom') self.zoomToAct.setStatusTip(QCoreApplication.translate( 'ViewManager', 'Zoom the text'))