changeset 28131:27c99ff83b99 stable

change default shortcut for previous widget * gui-preferences-sc.h: update related symbolic constant (bug #57875)
author Torsten Lilge <ttl-octave@mailbox.org>
date Sat, 22 Feb 2020 14:50:05 +0100
parents 16ccaebe250a
children 695bb31e565b
files libgui/src/gui-preferences-sc.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libgui/src/gui-preferences-sc.h	Fri Feb 21 18:25:05 2020 -0800
+++ b/libgui/src/gui-preferences-sc.h	Sat Feb 22 14:50:05 2020 +0100
@@ -112,7 +112,7 @@
 const sc_pref sc_main_window_editor (sc_main_window + ":editor", PRE + CTRL + Qt::Key_4);
 const sc_pref sc_main_window_doc (sc_main_window + ":doc", PRE + CTRL + Qt::Key_5);
 const sc_pref sc_main_window_variable_editor (sc_main_window + ":variable_editor", PRE + CTRL + Qt::Key_6);
-const sc_pref sc_main_window_previous_dock (sc_main_window + ":previous_widget", PRE + CTRL_ALT + Qt::Key_0);
+const sc_pref sc_main_window_previous_dock (sc_main_window + ":previous_widget", PRE + CTRL_ALT + Qt::Key_P);
 const sc_pref sc_main_window_reset (sc_main_window + ":reset", QKeySequence::UnknownKey);
 
 // help