diff --git a/cockatrice/src/player.cpp b/cockatrice/src/player.cpp index 54f90ea2..c8d137d0 100644 --- a/cockatrice/src/player.cpp +++ b/cockatrice/src/player.cpp @@ -720,6 +720,7 @@ void Player::setShortcutsActive() aRollDie->setShortcut(tr("Ctrl+I")); aCreateToken->setShortcut(tr("Ctrl+T")); aCreateAnotherToken->setShortcut(tr("Ctrl+G")); + aAlwaysRevealTopCard->setShortcut(tr("Ctrl+N")); QMapIterator counterIterator(counters); while (counterIterator.hasNext()) @@ -743,6 +744,7 @@ void Player::setShortcutsInactive() aRollDie->setShortcut(QKeySequence()); aCreateToken->setShortcut(QKeySequence()); aCreateAnotherToken->setShortcut(QKeySequence()); + aAlwaysRevealTopCard->setShortcut(QKeySequence()); QMapIterator counterIterator(counters); while (counterIterator.hasNext())