Add action to select all cards in zone (#5246)

* rip shortcut for aDrawArrow

* implement thing

* add separator below hide

* shorten text by 1 word

* move shortcut to under Playing_Area

* rebind draw arrow shortcut to Alt+A

* remove auto hotkey

* shorten to "Select All"

* add back auto-hotkey
This commit is contained in:
RickyRister 2024-12-15 19:55:47 -08:00 committed by GitHub
parent 5f8bcbd02d
commit ac16206ddb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 43 additions and 2 deletions

View file

@ -180,6 +180,8 @@ public slots:
void actMoveBottomCardsToExile();
void actMoveBottomCardToTop();
void actSelectAll();
void actViewLibrary();
void actViewHand();
void actViewTopCards();
@ -262,7 +264,7 @@ private:
QAction *aPlay, *aPlayFacedown, *aHide, *aTap, *aDoesntUntap, *aAttach, *aUnattach, *aDrawArrow, *aSetPT, *aResetPT,
*aIncP, *aDecP, *aIncT, *aDecT, *aIncPT, *aDecPT, *aFlowP, *aFlowT, *aSetAnnotation, *aFlip, *aPeek, *aClone,
*aMoveToTopLibrary, *aMoveToBottomLibrary, *aMoveToHand, *aMoveToGraveyard, *aMoveToExile,
*aMoveToXfromTopOfLibrary;
*aMoveToXfromTopOfLibrary, *aSelectAll;
bool movingCardsUntil;
QTimer *moveTopCardTimer;