mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 00:28:42 +00:00
Remove Ctrl+A shortcut for Add Cloud Account
It is not a frequent operation and it disables the use of Ctrl+A for select all in Editor, which is more useful.
This commit is contained in:
@@ -532,7 +532,7 @@ MainWindow::MainWindow(const QDir &home)
|
||||
|
||||
// default options
|
||||
shareAction = new QAction(tr("Add Cloud Account..."), this);
|
||||
shareAction->setShortcut(QKeySequence("Ctrl+A"));
|
||||
shareAction->setShortcut(QKeySequence("")); // Ctrl+A is already in use for select all
|
||||
connect(shareAction, SIGNAL(triggered(bool)), this, SLOT(addAccount()));
|
||||
shareMenu->addAction(shareAction);
|
||||
shareMenu->addSeparator();
|
||||
|
||||
Reference in New Issue
Block a user