mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-02 19:43:55 -07:00
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:
parent
5f8bcbd02d
commit
ac16206ddb
3 changed files with 43 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue