Editing manual test scripts with keyboard shortcuts

The Manual Test editor provides several keyboard shortcuts that make editing scripts fast and easy.
Action Keyboard combination
Cut and paste a statement Select the text, press Ctrl+X, move the insertion point to the correct location, and then press Ctrl+V.
Copy and paste a statement Select the text, press Ctrl+C, move the insertion point to the correct location, and then press Ctrl+V.
Create a new line within a step Press Shift+Enter.
Insert a new step Press Ctrl+Enter.
Set the selected text to bold Press Ctrl+B.
Set the selected text to italics Press Ctrl+I.
Set the selected text to underline Press Ctrl+U.
Change the selected text to a bulleted list Press Ctrl+\.
Select all text in the statement Press Ctrl+A.
Change the font size of the selected text to large (H1) Press Ctrl+1.
Change the font size of the selected text to medium (H2) Press Ctrl+2.
Change the font size of the selected text to small (H3) Press Ctrl+3.
Change the font size of the selected text to extra small (H4) Press Ctrl+4.
Undo previous action Press Ctrl+Z.
Redo previous action (Firefox only) Press Ctrl+Y.
Navigate forward Press Enter. (Advances to the Expected Result section from the Description section; Advances to next statement from the Expected Result section.)
Navigate backward Press Backspace. (When at the beginning of the text in the Expected Results section, the cursor moves to the end of the text in the Description section of the same statement. When at the beginning of the text in the Description section, the cursor moves to the end of the text in the Expected Results section of the previous statement.)
Navigate backward and forward from anywhere in the statement text Press Up Arrow or Down Arrow.
Create a new line within the same statement Press Shift+Enter.
Insert a new step before the current step Press Ctrl+Shift+Enter.
Insert a new statement after the current statement Press Ctrl+Enter.

Feedback