Change "Custom FPS" accelerator (Closes: #120)

pull/129/head
Hleb Valoshka 2018-11-20 20:15:28 +03:00
parent e41cc5dee4
commit d5f41a28c7
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ FPSActionGroup::FPSActionGroup(QObject *p)
}
m_customAction = new QAction(_("Custom"), p);
m_customAction->setCheckable(true);
m_customAction->setShortcut(QString("Shift+F"));
m_customAction->setShortcut(QString("Ctrl+`"));
m_actionGroup->addAction(m_customAction);
m_actionGroup->setExclusive(true);
}