Qt: Unbind apostrophe from GameShark button by default

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

View File

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