mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 00:54:53 -07:00
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:
parent
1415a4dafa
commit
70005a6f1d
3 changed files with 17 additions and 0 deletions
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue