mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-30 18:43:55 -07:00
add ctrl enter as shortcut for ok in load deck from clipboard (#5417)
This commit is contained in:
parent
93fab3d78f
commit
b8cf3e2cab
2 changed files with 13 additions and 0 deletions
|
|
@ -26,6 +26,9 @@ public:
|
|||
{
|
||||
return deckList;
|
||||
}
|
||||
|
||||
protected:
|
||||
void keyPressEvent(QKeyEvent *event) override;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue