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/Studio.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,9 +92,9 @@ This section provides a mapping table for Studio users to more quickly adapt you
92
92
</tr>
93
93
<tr>
94
94
<td>Ctrl+Shift+O</td>
95
-
<td>Ctrl+Shift+O</td>
95
+
<td>Ctrl+K Ctrl+O</td>
96
96
<td>Open Project</td>
97
-
<td>Opens a folder on-disk. If you're not using client-side source control, open a Studio project from Objectscript pane.</td>
97
+
<td>Opens a folder on-disk (if you're not using client-side source control, opens a Studio project from ObjectScript pane).</td>
98
98
</tr>
99
99
<tr>
100
100
<td>Ctrl+P</td>
@@ -244,7 +244,7 @@ This section provides a mapping table for Studio users to more quickly adapt you
244
244
</tr>
245
245
<tr>
246
246
<td>Ctrl+-, Ctrl+Shift+-</td>
247
-
<td>Alt ⇦| Alt ⇨</td>
247
+
<td>Alt ⇦, Alt ⇨</td>
248
248
<td>Go Back, Forward</td>
249
249
<td></td>
250
250
</tr>
@@ -261,16 +261,16 @@ This section provides a mapping table for Studio users to more quickly adapt you
261
261
<td></td>
262
262
</tr>
263
263
<tr>
264
-
<td>Ctrl+↓| Ctrl+↑</td>
265
-
<td>Ctrl+↓| Ctrl+↑</td>
264
+
<td>Ctrl+↓, Ctrl+↑</td>
265
+
<td>Ctrl+↓, Ctrl+↑</td>
266
266
<td>Scroll Down, Up</td>
267
267
<td></td>
268
268
</tr>
269
269
<tr>
270
270
<td>Ctrl+G</td>
271
-
<td></td>
271
+
<td>Ctrl+Shift+O</td>
272
272
<td>Goto</td>
273
-
<td>You can use <code>Ctrl+T</code> to go to a class member. More information can be found in the <a href="https://code.visualstudio.com/docs/editor/editingevolved#_open-symbol-by-name">VS Code docs</a>.</td>
273
+
<td>You can use <code>Ctrl+T</code> to find a symbol across files. More information can be found in the <a href="https://code.visualstudio.com/docs/editor/editingevolved#_open-symbol-by-name">VS Code docs</a>.</td>
274
274
</tr>
275
275
<tr>
276
276
<td>Ctrl+F3, Ctrl+Shift+F3</td>
@@ -478,7 +478,7 @@ This section provides a mapping table for Studio users to more quickly adapt you
0 commit comments