Support shortcut for hand reveal actions (#6297)

* Support shortcut for hand reveal actions

* add docs
This commit is contained in:
RickyRister 2025-11-09 03:34:09 -08:00 committed by GitHub
parent 9f2ac78609
commit 4d652210dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 55 additions and 13 deletions

View file

@ -26,6 +26,7 @@ public:
QMenu *mCardCounters;
QAction *aPlay, *aPlayFacedown;
QAction *aRevealToAll;
QAction *aHide;
QAction *aClone;
QAction *aSelectAll, *aSelectRow, *aSelectColumn;
@ -45,7 +46,7 @@ private:
void addRelatedCardActions();
void retranslateUi();
void initContextualPlayersMenu(QMenu *menu);
void initContextualPlayersMenu(QMenu *menu, QAction *allPlayersAction);
void setShortcutsActive();
void addRelatedCardView();
};