@@ -103,8 +103,8 @@ Keyboard shortcuts enable you to easily navigate |compass-short|.
103103
104104 * - General
105105 - Redo
106- - ``Ctrl`` + ``Z``
107- - ``Cmd`` + ``Z``
106+ - ``Ctrl`` + ``Shift`` + `` Z``
107+ - ``Cmd`` + ``Shift`` + `` Z``
108108
109109 * - General
110110 - Cut
@@ -171,15 +171,15 @@ Keyboard shortcuts enable you to easily navigate |compass-short|.
171171 - ``Ctrl`` + ``Shift`` + ``0``
172172 - ``Cmd`` + ``Shift`` + ``0``
173173
174- * - Pipeline text editor
174+ * - Pipeline text editor
175175 - Comment out code
176176 - ``Ctrl`` + ``/``
177177 - ``Cmd`` + ``/``
178178
179- * - Pipeline text editor
179+ * - All text editors
180180 - Prettify code
181181 - ``Ctrl`` + ``Shift`` + ``B``
182- - ``Cmd `` + ``Shift`` + ``B``
182+ - ``Ctrl `` + ``Shift`` + ``B``
183183
184184 * - Query bar
185185 - Submit query
@@ -194,37 +194,32 @@ Keyboard shortcuts enable you to easily navigate |compass-short|.
194194 * - Web Shell
195195 - Deletes the next character
196196 - ``Ctrl`` + ``D``
197- - ``Cmd `` + ``D``
197+ - ``Ctrl `` + ``D``
198198
199199 * - Web Shell
200200 - Moves the cursor to the end of the line
201201 - ``Ctrl`` + ``E``
202- - ``Cmd `` + ``E``
202+ - ``Ctrl `` + ``E``
203203
204204 * - Web Shell
205205 - Moves the cursor forward one character
206206 - ``Ctrl`` + ``F``
207- - ``Cmd `` + ``F``
207+ - ``Ctrl `` + ``F``
208208
209209 * - Web Shell
210210 - Erases one character, similar to hitting backspace
211211 - ``Ctrl`` + ``H``
212212 - ``Cmd`` + ``H``
213213
214214 * - Web Shell
215- - Clears the screen, similar to the clear command.
215+ - Clears the screen, similar to the clear command
216216 - ``Ctrl`` + ``L``
217217 - ``Cmd`` + ``L``
218218
219219 * - Web Shell
220- - Swap the last two characters before the cursor.
220+ - Swap the last two characters before the cursor
221+ - ``Ctrl`` + ``T``
221222 - ``Ctrl`` + ``T``
222- - ``Cmd`` + ``T``
223-
224- * - Web Shell
225- - Changes the line to uppercase.
226- - ``Ctrl`` + ``U``
227- - ``Cmd`` + ``U``
228223
229224 * - Web Shell
230225 - Cycle backwards through command history
0 commit comments