add move top card to stack keybind (#3827)

This commit is contained in:
ebbit1q 2019-10-09 06:10:23 +02:00 committed by Zach H
parent 9eebc590c1
commit a3fc9b6ee5
3 changed files with 27 additions and 2 deletions

View file

@ -456,6 +456,9 @@ private:
{"Player/aMoveToTopLibrary", ShortcutKey(QT_TRANSLATE_NOOP("shortcutsTab", "Top of library"),
parseSequenceString(""),
ShortcutGroup::Move_selected)},
{"Player/aMoveTopToPlay", ShortcutKey(QT_TRANSLATE_NOOP("shortcutsTab", "Play on stack"),
parseSequenceString("Ctrl+Y"),
ShortcutGroup::Move_selected)},
{"Player/aMoveTopToPlayFaceDown", ShortcutKey(QT_TRANSLATE_NOOP("shortcutsTab", "Play face down"),
parseSequenceString("Ctrl+Shift+E"),
ShortcutGroup::Move_selected)},