@@ -103,8 +103,8 @@ Keyboard shortcuts enable you to easily navigate |compass-short|.
103
103
104
104
* - General
105
105
- Redo
106
- - ``Ctrl`` + ``Z``
107
- - ``Cmd`` + ``Z``
106
+ - ``Ctrl`` + ``Shift`` + `` Z``
107
+ - ``Cmd`` + ``Shift`` + `` Z``
108
108
109
109
* - General
110
110
- Cut
@@ -171,15 +171,15 @@ Keyboard shortcuts enable you to easily navigate |compass-short|.
171
171
- ``Ctrl`` + ``Shift`` + ``0``
172
172
- ``Cmd`` + ``Shift`` + ``0``
173
173
174
- * - Pipeline text editor
174
+ * - Pipeline text editor
175
175
- Comment out code
176
176
- ``Ctrl`` + ``/``
177
177
- ``Cmd`` + ``/``
178
178
179
- * - Pipeline text editor
179
+ * - All text editors
180
180
- Prettify code
181
181
- ``Ctrl`` + ``Shift`` + ``B``
182
- - ``Cmd `` + ``Shift`` + ``B``
182
+ - ``Ctrl `` + ``Shift`` + ``B``
183
183
184
184
* - Query bar
185
185
- Submit query
@@ -194,37 +194,32 @@ Keyboard shortcuts enable you to easily navigate |compass-short|.
194
194
* - Web Shell
195
195
- Deletes the next character
196
196
- ``Ctrl`` + ``D``
197
- - ``Cmd `` + ``D``
197
+ - ``Ctrl `` + ``D``
198
198
199
199
* - Web Shell
200
200
- Moves the cursor to the end of the line
201
201
- ``Ctrl`` + ``E``
202
- - ``Cmd `` + ``E``
202
+ - ``Ctrl `` + ``E``
203
203
204
204
* - Web Shell
205
205
- Moves the cursor forward one character
206
206
- ``Ctrl`` + ``F``
207
- - ``Cmd `` + ``F``
207
+ - ``Ctrl `` + ``F``
208
208
209
209
* - Web Shell
210
210
- Erases one character, similar to hitting backspace
211
211
- ``Ctrl`` + ``H``
212
212
- ``Cmd`` + ``H``
213
213
214
214
* - Web Shell
215
- - Clears the screen, similar to the clear command.
215
+ - Clears the screen, similar to the clear command
216
216
- ``Ctrl`` + ``L``
217
217
- ``Cmd`` + ``L``
218
218
219
219
* - Web Shell
220
- - Swap the last two characters before the cursor.
220
+ - Swap the last two characters before the cursor
221
+ - ``Ctrl`` + ``T``
221
222
- ``Ctrl`` + ``T``
222
- - ``Cmd`` + ``T``
223
-
224
- * - Web Shell
225
- - Changes the line to uppercase.
226
- - ``Ctrl`` + ``U``
227
- - ``Cmd`` + ``U``
228
223
229
224
* - Web Shell
230
225
- Cycle backwards through command history
0 commit comments