You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/keyboard.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@ Those key bindings are as follows.
37
37
| Move the current step to right | Ctrl + Alt + ]||
38
38
| Play or pause the program | Ctrl + Alt + p ||
39
39
| Refresh the scene | Ctrl + Alt + r ||
40
+
| Replace the current program step | Ctrl + Alt + c | Not available |
40
41
| Show the keyboard shortcuts menu | ? ||
41
42
| Stop the program from playing | Ctrl + Alt + s ||
42
43
| Change the current visual theme to the dark theme | Ctrl + Alt + x, t, 3 ||
@@ -52,9 +53,11 @@ Those key bindings are as follows.
52
53
| Move focus to the character position controls | Ctrl + Alt + x, f, c ||
53
54
| Move focus to the character position row input field | Ctrl + Alt + x, f, y ||
54
55
| Move focus to the loop iterations input field | Ctrl + Alt + x, f, l ||
56
+
| Move focus to the next program block | Ctrl + Alt + x, f, ]| Not available |
55
57
| Move focus to the page title | Ctrl + Alt + x, f, h ||
56
58
| Move focus to the pen toggle | Ctrl + Alt + x, f, s ||
57
59
| Move focus to the play button | Ctrl + Alt + x, f, p ||
60
+
| Move focus to the previous program block | Ctrl + Alt + x, f, [| Not available |
58
61
| Move focus to the world selector | Ctrl + Alt + x, f, w ||
59
62
| Move the character down | Ctrl + Alt + x, p, m, d ||
60
63
| Move the character left | Ctrl + Alt + x, p, m, l ||
@@ -91,6 +94,7 @@ Those key bindings are as follows:
91
94
| Move the current step to right | Alt + ]||
92
95
| Play or pause the program | Alt + p ||
93
96
| Refresh the scene | Alt + r ||
97
+
| Replace the current program step | Alt + c | Not available |
94
98
| Show the keyboard shortcuts menu | ? ||
95
99
| Stop the program from playing | Alt + s ||
96
100
| Change the current visual theme to the dark theme | Alt + x, t, 3 ||
@@ -106,9 +110,11 @@ Those key bindings are as follows:
106
110
| Move focus to the character position controls | Alt + x, f, c ||
107
111
| Move focus to the character position row input field | Alt + x, f, y ||
108
112
| Move focus to the loop iterations input field | Alt + x, f, l ||
113
+
| Move focus to the next program block | Alt + x, f, ]| Not available |
109
114
| Move focus to the page title | Alt + x, f, h ||
110
115
| Move focus to the pen toggle | Alt + x, f, s ||
111
116
| Move focus to the play button | Alt + x, f, p ||
117
+
| Move focus to the previous program block | Alt + x, f, [| Not available |
112
118
| Move focus to the world selector | Alt + x, f, w ||
113
119
| Move the character down | Alt + x, p, m, d ||
114
120
| Move the character left | Alt + x, p, m, l ||
0 commit comments