changeset 30441:e9b5838722fc stable

describe changed global shortcut preference in NEWS * NEWS: describes in GUI section the changed default state of "Disable global shortcuts..." to off and that it now affects copy/paste shortcuts.
author Nicholas R. Jankowski <jankowski.nicholas@gmail.com>
date Mon, 06 Dec 2021 10:17:09 -0500
parents fffccc353ffc
children f3bf43b11a73
files NEWS
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Sun Dec 05 19:34:56 2021 +0100
+++ b/NEWS	Mon Dec 06 10:17:09 2021 -0500
@@ -137,6 +137,12 @@
 - In debug mode, symbol values are now shown in tooltips when hovering
 variables in the editor panel.
 
+- The "Disable global shortcuts when Command Window has focus" GUI
+preference under the Shortcuts Tab is now disabled by default.  This option
+disables keyboard shortcuts to avoid interference with realdine key strokes
+in the Command Window.  Unlike versions prior to Octave 7, this preference
+now also affects the Ctrl-C/V shortcuts for copy/paste.
+
 ### Graphics backend
 
 - Support for Qt4 for both graphics and the GUI has been removed.