comparison libgui/src/gui-preferences-sc.h @ 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 8dc5b36f1245
children d8089b13d4d7 0a5b15007766
comparison
equal deleted inserted replaced
28129:16ccaebe250a 28131:27c99ff83b99
110 const sc_pref sc_main_window_file_browser (sc_main_window + ":file_browser", PRE + CTRL + Qt::Key_2); 110 const sc_pref sc_main_window_file_browser (sc_main_window + ":file_browser", PRE + CTRL + Qt::Key_2);
111 const sc_pref sc_main_window_workspace (sc_main_window + ":workspace", PRE + CTRL + Qt::Key_3); 111 const sc_pref sc_main_window_workspace (sc_main_window + ":workspace", PRE + CTRL + Qt::Key_3);
112 const sc_pref sc_main_window_editor (sc_main_window + ":editor", PRE + CTRL + Qt::Key_4); 112 const sc_pref sc_main_window_editor (sc_main_window + ":editor", PRE + CTRL + Qt::Key_4);
113 const sc_pref sc_main_window_doc (sc_main_window + ":doc", PRE + CTRL + Qt::Key_5); 113 const sc_pref sc_main_window_doc (sc_main_window + ":doc", PRE + CTRL + Qt::Key_5);
114 const sc_pref sc_main_window_variable_editor (sc_main_window + ":variable_editor", PRE + CTRL + Qt::Key_6); 114 const sc_pref sc_main_window_variable_editor (sc_main_window + ":variable_editor", PRE + CTRL + Qt::Key_6);
115 const sc_pref sc_main_window_previous_dock (sc_main_window + ":previous_widget", PRE + CTRL_ALT + Qt::Key_0); 115 const sc_pref sc_main_window_previous_dock (sc_main_window + ":previous_widget", PRE + CTRL_ALT + Qt::Key_P);
116 const sc_pref sc_main_window_reset (sc_main_window + ":reset", QKeySequence::UnknownKey); 116 const sc_pref sc_main_window_reset (sc_main_window + ":reset", QKeySequence::UnknownKey);
117 117
118 // help 118 // help
119 const QString sc_main_help ("main_help"); 119 const QString sc_main_help ("main_help");
120 const sc_pref sc_main_help_ondisk_doc (sc_main_help + ":ondisk_doc", QKeySequence::UnknownKey); 120 const sc_pref sc_main_help_ondisk_doc (sc_main_help + ":ondisk_doc", QKeySequence::UnknownKey);