Skip to content

Commit 8bc6175

Browse files
authored
Replace symbols with Alt in Studio keybindings table (#1093)
1 parent 726be3b commit 8bc6175

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/Studio.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -160,33 +160,33 @@ This section provides a mapping table for Studio users to more quickly adapt you
160160
<td></td>
161161
</tr>
162162
<tr>
163-
<td>&#8997;2</td>
163+
<td>Alt+2</td>
164164
<td>Ctrl+Shift+U</td>
165165
<td>Toggle Output window display</td>
166166
<td></td>
167167
</tr>
168168
<tr>
169-
<td>&#8997;5</td>
169+
<td>Alt+5</td>
170170
<td></td>
171171
<td>Toggles Code Snippets window
172172
display</td>
173173
<td>Code Snippets exist in VS Code but there's no UI.</td>
174174
</tr>
175175
<tr>
176-
<td>&#8997;6</td>
176+
<td>Alt+6</td>
177177
<td>Ctrl+Shift+F</td>
178178
<td>Toggles Find in Files window
179179
display</td>
180180
<td></td>
181181
</tr>
182182
<tr>
183-
<td>Ctrl+&#8997;+, Ctrl+&#8997;-</td>
183+
<td>Ctrl+Alt++, Ctrl+Alt+-</td>
184184
<td>Ctrl++, Ctrl+-</td>
185185
<td>Increase, Decrease Font</td>
186186
<td></td>
187187
</tr>
188188
<tr>
189-
<td>Ctrl+&#8997;Space</td>
189+
<td>Ctrl+Alt+Space</td>
190190
<td>Ctrl+Shift+P<br>(start typing render)</td>
191191
<td>Toggles display of Whitespace Symbols, spaces, newlines, and tabs</td>
192192
<td></td>
@@ -256,7 +256,7 @@ This section provides a mapping table for Studio users to more quickly adapt you
256256
</tr>
257257
<tr>
258258
<td>Ctrl+PgUp, Ctrl+PgDn</td>
259-
<td>&#8997;PgUp, &#8997;PgDn</td>
259+
<td>Alt+PgUp, Alt+PgDn</td>
260260
<td>Go to top, bottom of visible page</td>
261261
<td></td>
262262
</tr>
@@ -279,7 +279,7 @@ This section provides a mapping table for Studio users to more quickly adapt you
279279
<td></td>
280280
</tr>
281281
<tr>
282-
<td>&#8997;F3, &#8997;Shift+F3</td>
282+
<td>Alt+F3, Alt+Shift+F3</td>
283283
<td>F8, Shift+F8</td>
284284
<td>Go to Next, Previous Warning</td>
285285
<td></td>
@@ -384,7 +384,7 @@ This section provides a mapping table for Studio users to more quickly adapt you
384384
<td>Try an extension such as <a href="https://marketplace.visualstudio.com/items?itemName=wmaurer.change-case" target="new">change-case</a></td>
385385
</tr>
386386
<tr>
387-
<td>Ctrl+&#8997;U</td>
387+
<td>Ctrl+Alt+U</td>
388388
<td></td>
389389
<td>Titlecase (Initial Caps) Selection</td>
390390
<td>Try an extension such as <a href="https://marketplace.visualstudio.com/items?itemName=wmaurer.change-case" target="new">change-case</a></td>
@@ -414,7 +414,7 @@ This section provides a mapping table for Studio users to more quickly adapt you
414414
<td></td>
415415
</tr>
416416
<tr>
417-
<td>Ctrl+&#8997;/, Ctrl+Shift+&#8997;/</td>
417+
<td>Ctrl+Alt+/, Ctrl+Shift+Alt+/</td>
418418
<td>Ctrl+/</td>
419419
<td>Comment Markers Added to, Removed from Block of Text</td>
420420
<td></td>
@@ -477,8 +477,8 @@ This section provides a mapping table for Studio users to more quickly adapt you
477477
<td></td>
478478
</tr>
479479
<tr>
480-
<td>Ctrl+Shift+G, Ctrl+&#8997;G</td>
481-
<td>&#8997;&#8680;| &#8997;&#8678;</td>
480+
<td>Ctrl+Shift+G, Ctrl+Alt+G</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)