Enable the creation and using of shortcuts to move cards from the top of the library to play face down. (#3388)

This commit is contained in:
Lee Tran 2018-09-07 02:14:34 -05:00 committed by ctrlaltca
parent 1415a4dafa
commit 70005a6f1d
3 changed files with 17 additions and 0 deletions

View file

@ -325,4 +325,5 @@ void ShortcutsSettings::fillDefaultShorcuts()
defaultShortCuts["tab_room/aClearChat"] = parseSequenceString("F12");
defaultShortCuts["DlgLoadDeckFromClipboard/refreshButton"] = parseSequenceString("F5");
defaultShortCuts["Player/aResetLayout"] = parseSequenceString("");
defaultShortCuts["Player/aMoveTopToPlayFaceDown"] = parseSequenceString("Ctrl+Shift+E");
}