diff --git a/doc/shortcuts.md b/doc/shortcuts.md new file mode 100644 index 00000000..68e512e9 --- /dev/null +++ b/doc/shortcuts.md @@ -0,0 +1,48 @@ +Keyboard Shortcuts +================== + +Keyboard Shortcuts can be used while playing a game on Cockatrice. Players use +them to do simple and recurring tasks without the use of looking though menus +to find the proper action. + +Shortcut Action +---------------------- + +| key | action +| ------------------------ | --------------------------------------------------------------------- +| F3 | View library +| F4 | View graveyard +| Ctrl+F3 | View sideboard +| Ctrl+W | View top car(s) of library (Choose a number) +| Ctrl+S | Shuffle deck +| Ctrl+I | Roll dice +| Ctrl+M | Draw 7, then mulligan successively +| Ctrl+D | Draw a card +| Ctrl+E | Draw Cards (Choose a number) +| Ctrl+Shift+D | Undo last draw +| Ctrl+L | Set Life (useful when adding or subtracting a large number of life) +| F11 | Minus 1 life +| F12 | Add 1 life +| Ctrl+U | Untap all permanents you control +| Ctrl+R | Remove all local arrows +| Ctrl+T | Brings up menu to Create a token +| Ctrl+G | Creates last token you made +| (Select card) Ctrl+Del | Move to graveyard +| (Select card) Ctrl+A | Attach Card (For equipment and auras) +| (Select card) Ctrl+H | Clone (Make copy of) selected card +| (Select card) Ctrl++ | Increase power +| (Select card) Ctrl+- | Decrease power +| (Select card) Alt++ | Increase toughness +| (Select card) Alt+- | Decrease toughness +| (Select card) Ctrl+Alt++ | Increase power and toughness +| (Select card) Ctrl+Alt+- | Decrease power and toughness +| (Select card) Ctrl+P | Set power and toughness +| Ctrl+Enter (Return) | Next turn +| Ctrl+Space | Move to next phase +| F5 | Untap step +| F6 | Draw step +| F7 | First main phase +| F8 | Beginning of combat step +| F9 | Second main phase +| F10 | End of turn step +| F2 | Concede game diff --git a/doc/shortcuts.txt b/doc/shortcuts.txt deleted file mode 100644 index 3162af0f..00000000 --- a/doc/shortcuts.txt +++ /dev/null @@ -1,45 +0,0 @@ -Keyboard Shortcuts -================== - -Keyboard Shortcuts can be used while playing a game on Cockatrice. Players use -them to do simple and recurring tasks without the use of looking though menus -to find the proper action. - -Shortcut Action ----------------------- -F3 View library -F4 View graveyard -Ctrl+F3 View sideboard -Ctrl+W View top car(s) of library (Choose a number) -Ctrl+S Shuffle deck -Ctrl+I Roll dice -Ctrl+M Draw 7, then mulligan successively -Ctrl+D Draw a card -Ctrl+E Draw Cards (Choose a number) -Ctrl+Shift+D Undo last draw -Ctrl+L Set Life (useful when adding or subtracting a large number of life) -F11 Minus 1 life -F12 Add 1 life -Ctrl+U Untap all permanents you control -Ctrl+R Remove all local arrows -Ctrl+T Brings up menu to Create a token -Ctrl+G Creates last token you made -(Select card) Ctrl+Del Move to graveyard -(Select card) Ctrl+A Attach Card (For equipment and auras) -(Select card) Ctrl+H Clone (Make copy of) selected card -(Select card) Ctrl++ Increase power -(Select card) Ctrl+- Decrease power -(Select card) Alt++ Increase toughness -(Select card) Alt+- Decrease toughness -(Select card) Ctrl+Alt++ Increase power and toughness -(Select card) Ctrl+Alt+- Decrease power and toughness -(Select card) Ctrl+P Set power and toughness -Ctrl+Enter (Return) Next turn -Ctrl+Space Move to next phase -F5 Untap step -F6 Draw step -F7 First main phase -F8 Beginning of combat step -F9 Second main phase -F10 End of turn step -F2 Concede game