mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 16:24:45 -07:00
added message shortcuts
This commit is contained in:
parent
fb03c5cdbb
commit
6a537979d0
7 changed files with 158 additions and 7 deletions
|
|
@ -190,7 +190,7 @@ void MainWindow::createActions()
|
|||
aDeckEditor = new QAction(tr("&Deck editor"), this);
|
||||
connect(aDeckEditor, SIGNAL(triggered()), this, SLOT(actDeckEditor()));
|
||||
aFullScreen = new QAction(tr("&Full screen"), this);
|
||||
aFullScreen->setShortcut(tr("F4"));
|
||||
aFullScreen->setShortcut(tr("Ctrl+F4"));
|
||||
aFullScreen->setCheckable(true);
|
||||
connect(aFullScreen, SIGNAL(toggled(bool)), this, SLOT(actFullScreen(bool)));
|
||||
aExit = new QAction(tr("&Exit"), this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue