Added shortcut to reveal top card or lib

+ Ctrl + N
This commit is contained in:
Matt Lowe 2015-04-08 13:09:00 +02:00
parent 81e4e089d4
commit fbbeb12413

View file

@ -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<int, AbstractCounter *> 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<int, AbstractCounter *> counterIterator(counters);
while (counterIterator.hasNext())