mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-03 12:03:55 -07:00
Hotfix/2950 delete filters with keyboard (#3097)
* Shortcut setting checks for invalid keys * Different message shown for invalid keys and used keys; warning message is displayed on start if conflic is detected * Only shortcuts related to deck-builder are checked
This commit is contained in:
parent
11ad677fe8
commit
f302154df7
3 changed files with 77 additions and 19 deletions
|
|
@ -22,6 +22,7 @@ public:
|
|||
void setShortcuts(QString name, QKeySequence Sequence);
|
||||
void setShortcuts(QString name, QString Sequences);
|
||||
|
||||
bool isKeyAllowed(QString name, QString Sequences);
|
||||
bool isValid(QString name, QString Sequences);
|
||||
|
||||
void resetAllShortcuts();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue