mirror of https://github.com/mgba-emu/mgba.git
Qt: Unbind apostrophe from GameShark button by default
This commit is contained in:
parent
a2d12548f5
commit
d07dbdc0dd
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue