# HG changeset patch # User Chris Cannam # Date 1409733303 -3600 # Node ID c305961985c4ae8e43b5e8100dbad142020a6451 # Parent c6f06ff13afc04d3b5342997f2b246d27b0db722 Return seems to work better than Enter here diff -r c6f06ff13afc -r c305961985c4 main/MainWindow.cpp --- a/main/MainWindow.cpp Wed Sep 03 09:27:04 2014 +0100 +++ b/main/MainWindow.cpp Wed Sep 03 09:35:03 2014 +0100 @@ -752,7 +752,7 @@ menu->addAction(action); action = new QAction(tr("Insert Item at Selection"), this); - action->setShortcut(tr("Ctrl+Shift+Enter")); + action->setShortcut(tr("Ctrl+Shift+Return")); action->setStatusTip(tr("Insert a new note or region item corresponding to the current selection")); connect(action, SIGNAL(triggered()), this, SLOT(insertItemAtSelection())); connect(this, SIGNAL(canInsertItemAtSelection(bool)), action, SLOT(setEnabled(bool)));