forked from qt-creator/qt-creator
Use CTRL+SHIFT+U as shortcut for the `Find Usages of a symbol'.
Done with mae
This commit is contained in:
@@ -251,7 +251,6 @@ void TextEditorActionHandler::createActions()
|
||||
|
||||
m_selectBlockDownAction= new QAction(tr("Select Block Down"), this);
|
||||
command = am->registerAction(m_selectBlockDownAction, Constants::SELECT_BLOCK_DOWN, m_contextId);
|
||||
command->setDefaultKeySequence(QKeySequence(tr("Ctrl+Shift+U")));
|
||||
connect(m_selectBlockDownAction, SIGNAL(triggered()), this, SLOT(selectBlockDown()));
|
||||
advancedMenu->addAction(command, Core::Constants::G_EDIT_BLOCKS);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user