1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-23 13:04:23 +00:00

Add CTRL + I shortcut to actionStatistics

Mapped the CTRL + I shortcut to open statistics in GUI.
This commit is contained in:
LoopsGod 2020-08-25 00:12:51 +02:00
parent 4539c679d9
commit 7efee615ad
No known key found for this signature in database
GPG Key ID: BF7986497AC4B79E

View File

@ -883,6 +883,7 @@ void MainWindow::createKeyboardShortcuts()
m_ui->actionDocumentation->setShortcut(QKeySequence::HelpContents);
m_ui->actionOptions->setShortcut(Qt::ALT + Qt::Key_O);
m_ui->actionStatistics->setShortcut(Qt::CTRL + Qt::Key_I);
m_ui->actionStart->setShortcut(Qt::CTRL + Qt::Key_S);
m_ui->actionStartAll->setShortcut(Qt::CTRL + Qt::SHIFT + Qt::Key_S);
m_ui->actionPause->setShortcut(Qt::CTRL + Qt::Key_P);