add action to select all cards in column (#5277)

* add action to select all cards in column

* change default shortcut to Ctrl+Shift+C
This commit is contained in:
RickyRister 2024-12-19 19:39:17 -08:00 committed by GitHub
parent 3514699f5b
commit a54a424f84
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 46 additions and 7 deletions

View file

@ -186,6 +186,7 @@ public slots:
void actMoveBottomCardToTop();
void actSelectAll();
void actSelectColumn();
void actViewLibrary();
void actViewHand();
@ -266,7 +267,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, *aSelectAll;
*aMoveToXfromTopOfLibrary, *aSelectAll, *aSelectColumn;
bool movingCardsUntil;
QTimer *moveTopCardTimer;