"cockatrice/src/filtertree.cpp" did not exist on "083005b8a9ff535608604061a71193d356f2c9c0"
Commit 082ab731 authored by Matt Kelly's avatar Matt Kelly
Browse files

Add Tab shortcut for next phase

parent 1bc48a78
......@@ -532,7 +532,7 @@ void TabGame::retranslateUi()
gameMenu->setTitle(tr("&Game"));
if (aNextPhase) {
aNextPhase->setText(tr("Next &phase"));
aNextPhase->setShortcut(tr("Ctrl+Space"));
aNextPhase->setShortcuts(QList<QKeySequence>() << QKeySequence(tr("Ctrl+Space")) << QKeySequence(tr("Tab")));
}
if (aNextTurn) {
aNextTurn->setText(tr("Next &turn"));
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment