[WIP] add shortcuts for readying and sideboarding in the lobby (#3832)

* add shortcuts for readying and sideboarding in the lobby

* clangify
This commit is contained in:
ebbit1q 2019-10-09 05:59:48 +02:00 committed by Zach H
parent f840dcbd66
commit 9eebc590c1
2 changed files with 22 additions and 8 deletions

View file

@ -231,6 +231,13 @@ private:
{"DeckViewContainer/loadRemoteButton", ShortcutKey(QT_TRANSLATE_NOOP("shortcutsTab", "Load remote deck"),
parseSequenceString("Ctrl+Alt+O"),
ShortcutGroup::Game_Lobby)},
{"DeckViewContainer/readyStartButton", ShortcutKey(QT_TRANSLATE_NOOP("shortcutsTab", "Set ready to start"),
parseSequenceString("Ctrl+Shift+S"),
ShortcutGroup::Game_Lobby)},
{"DeckViewContainer/sideboardLockButton",
ShortcutKey(QT_TRANSLATE_NOOP("shortcutsTab", "Toggle sideboard lock"),
parseSequenceString("Ctrl+B"),
ShortcutGroup::Game_Lobby)},
{"Player/aCCGreen", ShortcutKey(QT_TRANSLATE_NOOP("shortcutsTab", "Add green counter"),
parseSequenceString(""),
ShortcutGroup::Card_Counters)},