Enable the creation and using of shortcuts to move cards from the top of the library to play face down. (#3388)

This commit is contained in:
Lee Tran 2018-09-07 02:14:34 -05:00 committed by ctrlaltca
parent 1415a4dafa
commit 70005a6f1d
3 changed files with 17 additions and 0 deletions

View file

@ -801,6 +801,7 @@ void Player::setShortcutsActive()
aCreateToken->setShortcut(settingsCache->shortcuts().getSingleShortcut("Player/aCreateToken"));
aCreateAnotherToken->setShortcut(settingsCache->shortcuts().getSingleShortcut("Player/aCreateAnotherToken"));
aAlwaysRevealTopCard->setShortcut(settingsCache->shortcuts().getSingleShortcut("Player/aAlwaysRevealTopCard"));
aMoveTopToPlayFaceDown->setShortcut(settingsCache->shortcuts().getSingleShortcut("Player/aMoveTopToPlayFaceDown"));
}
void Player::setShortcutsInactive()