Login

Fancade Wiki

Updated Fancade Web.md (markdown)

... ...
@@ -55,6 +55,7 @@ In the info below, CMD and CTRL on macOS are treated as the same button.
55 55
| LMB + CTRL | Toggle selection of mouse-hovered block | |
56 56
| LMB + CTRL + Mouse move | Rectangle select adds to current selection | |
57 57
| Backspace OR Delete | Remove block | Removes selected blocks first. If no blocks are selected, it removes the block that the mouse hovers over. Holding down Shift continuously removes all blocks that the mouse hovers over. |
58
| TAB key | Open command line | See separate section about the command line |
58 59
| E key | Open / Close block or open the first settings | |
59 60
| 1, 2 and 3 key | Open the selected block's settings | 1 opens the first settings, 2 the second etc. |
60 61
| T key | Open / Close block for painting | |
... ...
@@ -111,6 +112,14 @@ In the info below, CMD and CTRL on macOS are treated as the same button.
111 112
| CTRL + S key | Save the selected game as a local file | Only works in "Projects" or if the current logged-in user is the author of the game |
112 113
| Files dropped onto window | Create a new game in "Projects" for each file | Only works in the top menu. Doesn't work if the file exists or if the current logged-in user is not the author of that game (and the game is not editable). This can be used for turn-based collaboration. |
113 114
115
### Command Line
116
117
| Input | Description | Other |
118
| ----- |-------------| ----- |
119
| Enter | Execute command OR Enter selected suggestion | |
120
| TAB | Enter selected suggestion | |
121
| Up and Down Arrows | Navigate up and down in the list of suggestions | |
122
114 123
### Misc
115 124
116 125
| Input | Description | Other |
Fancade Wiki