Qt: Unbind apostrophe from GameShark button by default

This commit is contained in:
Vicki Pfau 2023-01-29 01:36:46 -08:00
parent a2d12548f5
commit d07dbdc0dd
1 changed files with 1 additions and 1 deletions

View File

@ -1692,7 +1692,7 @@ void Window::setupMenu(QMenuBar* menubar) {
if (m_controller) {
mCheatPressButton(m_controller->cheatDevice(), held);
}
}, "tools", QKeySequence(Qt::Key_Apostrophe));
}, "tools");
m_actions.addHiddenMenu(tr("Autofire"), "autofire");
m_actions.addHeldAction(tr("Autofire A"), "autofireA", [this](bool held) {