mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Configurable shortcuts
This commit is contained in:
parent
b0bf94e378
commit
beaa4e9383
17 changed files with 1075 additions and 409 deletions
|
|
@ -21,7 +21,7 @@ GameView::GameView(QGraphicsScene *scene, QWidget *parent)
|
|||
|
||||
aCloseMostRecentZoneView = new QAction(this);
|
||||
aCloseMostRecentZoneView->setShortcuts(settingsCache->shortcuts().getShortcut(
|
||||
"GameView/aCloseMostRecentZoneView",
|
||||
"Player/aCloseMostRecentZoneView",
|
||||
QKeySequence("Esc")));
|
||||
connect(aCloseMostRecentZoneView, SIGNAL(triggered()), scene, SLOT(closeMostRecentZoneView()));
|
||||
addAction(aCloseMostRecentZoneView);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue