mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-06 13:33:55 -07:00
Added shortcuts registration with empty default
This commit is contained in:
parent
04f18aa0c8
commit
a11e70efb3
1 changed files with 14 additions and 0 deletions
|
|
@ -594,6 +594,20 @@ private:
|
||||||
{"Player/aViewBottomCards", ShortcutKey(QT_TRANSLATE_NOOP("shortcutsTab", "Bottom Cards of Library"),
|
{"Player/aViewBottomCards", ShortcutKey(QT_TRANSLATE_NOOP("shortcutsTab", "Bottom Cards of Library"),
|
||||||
parseSequenceString("Ctrl+Shift+W"),
|
parseSequenceString("Ctrl+Shift+W"),
|
||||||
ShortcutGroup::View)},
|
ShortcutGroup::View)},
|
||||||
|
{"Player/aViewCommandZone",
|
||||||
|
ShortcutKey(QT_TRANSLATE_NOOP("shortcutsTab", "Command Zone"), parseSequenceString(""), ShortcutGroup::View)},
|
||||||
|
{"Player/aAddCommanderTax", ShortcutKey(QT_TRANSLATE_NOOP("shortcutsTab", "Increase Commander Tax"),
|
||||||
|
parseSequenceString(""),
|
||||||
|
ShortcutGroup::Player_Counters)},
|
||||||
|
{"Player/aRemoveCommanderTax", ShortcutKey(QT_TRANSLATE_NOOP("shortcutsTab", "Decrease Commander Tax"),
|
||||||
|
parseSequenceString(""),
|
||||||
|
ShortcutGroup::Player_Counters)},
|
||||||
|
{"Player/aAddPartnerTax", ShortcutKey(QT_TRANSLATE_NOOP("shortcutsTab", "Increase Partner Tax"),
|
||||||
|
parseSequenceString(""),
|
||||||
|
ShortcutGroup::Player_Counters)},
|
||||||
|
{"Player/aRemovePartnerTax", ShortcutKey(QT_TRANSLATE_NOOP("shortcutsTab", "Decrease Partner Tax"),
|
||||||
|
parseSequenceString(""),
|
||||||
|
ShortcutGroup::Player_Counters)},
|
||||||
{"Player/aCloseMostRecentZoneView", ShortcutKey(QT_TRANSLATE_NOOP("shortcutsTab", "Close Recent View"),
|
{"Player/aCloseMostRecentZoneView", ShortcutKey(QT_TRANSLATE_NOOP("shortcutsTab", "Close Recent View"),
|
||||||
parseSequenceString("Esc"),
|
parseSequenceString("Esc"),
|
||||||
ShortcutGroup::View)},
|
ShortcutGroup::View)},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue