Skip to content

Commit 13cd074

Browse files
committed
GUI - disable user shortcut mode for v4.6
Needs more care and thought wrt to documentation / UX
1 parent df682fe commit 13cd074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/gui/mainwindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3770,7 +3770,7 @@ void MainWindow::createToolBar()
37703770
shortcutMenu->addAction(emacsShortcutModeAct);
37713771
shortcutMenu->addAction(macShortcutModeAct);
37723772
shortcutMenu->addAction(winShortcutModeAct);
3773-
shortcutMenu->addAction(userShortcutModeAct);
3773+
// shortcutMenu->addAction(userShortcutModeAct);
37743774
ioMenu->addSeparator();
37753775
ioMenu->addAction(midiEnabledAct);
37763776
ioMidiInMenu = ioMenu->addMenu(tr("MIDI Inputs"));

0 commit comments

Comments
 (0)