Added shortcut to reveal top card or lib
+ Ctrl + N
This commit is contained in:
parent
81e4e089d4
commit
fbbeb12413
1 changed files with 2 additions and 0 deletions
|
@ -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())
|
||||
|
|
Loading…
Reference in a new issue