mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 00:04:48 -07:00
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:
parent
1415a4dafa
commit
70005a6f1d
3 changed files with 17 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue