Skip to content

Commit

Permalink
maint: Merge default to bytecode-interpreter
Browse files Browse the repository at this point in the history
  • Loading branch information
arungiridhar committed Dec 19, 2024
2 parents bf2f57d + 400f83e commit 5c05f61
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions etc/NEWS.9.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
For (bug #XXXXX) see https://savannah.gnu.org/bugs/?XXXXX

Summary of bugs fixed for version 9.4.0 (tbd):
-----------------------------------------------------

### Improvements and fixes

### GUI

### Build system / Tests

### Documentation


Summary of bugs fixed for version 9.3.0 (2024-12-12):
-----------------------------------------------------

Expand Down
4 changes: 2 additions & 2 deletions libgui/src/gui-preferences-sc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@ sc_pref sc_edit_debug_remove_breakpoints (QCoreApplication::translate ("shortcut
// run
sc_pref sc_edit_run_run_file (QCoreApplication::translate ("shortcuts", "Run File"), sc_edit_run + ":run_file", OCTAVE_QT_KEYCOMBINATION (PRE, Qt::Key_F5));
sc_pref sc_edit_run_run_selection (QCoreApplication::translate ("shortcuts", "Run Selection"), sc_edit_run + ":run_selection", OCTAVE_QT_KEYCOMBINATION (PRE, Qt::Key_F9));
sc_pref sc_edit_run_run_tests (QCoreApplication::translate ("shortcuts", "Run Tests"), sc_edit_run + ":run_file", OCTAVE_QT_KEYCOMBINATION (CTRL, Qt::Key_F5));
sc_pref sc_edit_run_run_demos (QCoreApplication::translate ("shortcuts", "Run Demos"), sc_edit_run + ":run_file", OCTAVE_QT_KEYCOMBINATION (CTRL_SHIFT, Qt::Key_F5));
sc_pref sc_edit_run_run_tests (QCoreApplication::translate ("shortcuts", "Run Tests"), sc_edit_run + ":run_tests", OCTAVE_QT_KEYCOMBINATION (CTRL, Qt::Key_F5));
sc_pref sc_edit_run_run_demos (QCoreApplication::translate ("shortcuts", "Run Demos"), sc_edit_run + ":run_demos", OCTAVE_QT_KEYCOMBINATION (CTRL_SHIFT, Qt::Key_F5));

// help
sc_pref sc_edit_help_help_keyword (QCoreApplication::translate ("shortcuts", "Help on Keyword"), sc_edit_help + ":help_keyword", QKeySequence::HelpContents);
Expand Down

0 comments on commit 5c05f61

Please sign in to comment.