Skip to content

Commit 62f7c12

Browse files
authored
fixed open local folder, added open symbol equiv (#1101)
1 parent d3a0960 commit 62f7c12

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/Studio.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ This section provides a mapping table for Studio users to more quickly adapt you
9292
</tr>
9393
<tr>
9494
<td>Ctrl+Shift+O</td>
95-
<td>Ctrl+Shift+O</td>
95+
<td>Ctrl+K Ctrl+O</td>
9696
<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>
9898
</tr>
9999
<tr>
100100
<td>Ctrl+P</td>
@@ -244,7 +244,7 @@ This section provides a mapping table for Studio users to more quickly adapt you
244244
</tr>
245245
<tr>
246246
<td>Ctrl+-, Ctrl+Shift+-</td>
247-
<td>Alt &#8678;| Alt &#8680;</td>
247+
<td>Alt &#8678;, Alt &#8680;</td>
248248
<td>Go Back, Forward</td>
249249
<td></td>
250250
</tr>
@@ -261,16 +261,16 @@ This section provides a mapping table for Studio users to more quickly adapt you
261261
<td></td>
262262
</tr>
263263
<tr>
264-
<td>Ctrl+&#8595;| Ctrl+&#8593;</td>
265-
<td>Ctrl+&#8595;| Ctrl+&#8593;</td>
264+
<td>Ctrl+&#8595;, Ctrl+&#8593;</td>
265+
<td>Ctrl+&#8595;, Ctrl+&#8593;</td>
266266
<td>Scroll Down, Up</td>
267267
<td></td>
268268
</tr>
269269
<tr>
270270
<td>Ctrl+G</td>
271-
<td></td>
271+
<td>Ctrl+Shift+O</td>
272272
<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>
274274
</tr>
275275
<tr>
276276
<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
478478
</tr>
479479
<tr>
480480
<td>Ctrl+Shift+G, Ctrl+Alt+G</td>
481-
<td>Alt+&#8680;| Alt+&#8678;</td>
481+
<td>Alt+&#8680;, Alt+&#8678;</td>
482482
<td><a
483483
href="https://docs.intersystems.com/iris20201/csp/docbook/DocBook.UI.Page.cls?KEY=GSTD_Commands#GSTD_Commands_Edit_Search"
484484
target="_new">Go To, Go Back</a></td>

0 commit comments

Comments
 (0)