mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-08 00:53:57 -07:00
Add shortcut for next phase with action (#3548)
* Add shortcut for next phase with action * zach cleanup Signed-off-by: Zach Halpern <ZaHalpern+github@gmail.com> * cleanup and niceties * clangify * rename cleanup Signed-off-by: Zach Halpern <ZaHalpern+github@gmail.com>
This commit is contained in:
parent
c1d25bf58b
commit
2bf444e4b7
7 changed files with 304 additions and 253 deletions
|
|
@ -143,6 +143,7 @@ private:
|
|||
{"Player/aConcede", parseSequenceString("F2")},
|
||||
{"Player/aLeaveGame", parseSequenceString("Ctrl+Q")},
|
||||
{"Player/aNextPhase", parseSequenceString("Ctrl+Space;Tab")},
|
||||
{"Player/aNextPhaseAction", parseSequenceString("Shift+Tab")},
|
||||
{"Player/aNextTurn", parseSequenceString("Ctrl+Return;Ctrl+Enter")},
|
||||
{"Player/aRemoveLocalArrows", parseSequenceString("Ctrl+R")},
|
||||
{"Player/aRotateViewCCW", parseSequenceString("")},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue