# HG changeset patch # User Torsten Lilge # Date 1582379405 -3600 # Node ID 27c99ff83b996cf9d7c95918be842a13312a8666 # Parent 16ccaebe250a68f472c44a5317e752f31e26e9f9 change default shortcut for previous widget * gui-preferences-sc.h: update related symbolic constant (bug #57875) diff -r 16ccaebe250a -r 27c99ff83b99 libgui/src/gui-preferences-sc.h --- 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