We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 269c1e6 commit c3f7afeCopy full SHA for c3f7afe
app/gui/qt/mainwindow.cpp
@@ -1332,7 +1332,7 @@ void MainWindow::createShortcuts()
1332
new QShortcut(ctrlKey('i'), this, SLOT(helpContext()));
1333
new QShortcut(metaKey('<'), this, SLOT(tabPrev()));
1334
new QShortcut(metaKey('>'), this, SLOT(tabNext()));
1335
- new QShortcut(metaKey('U'), this, SLOT(reloadServerCode()));
+ //new QShortcut(metaKey('U'), this, SLOT(reloadServerCode()));
1336
}
1337
1338
void MainWindow::createToolBar()
0 commit comments