| Edit Menu Commands | |
|---|---|
| Tab | Indents the step according to the tab spacing defined in the Editor Options dialog box. | 
| Backspace | Outdents the step (reduces the indentation) according to the tab spacing defined in the Editor Options dialog box. | 
| CTRL+Z | Reverses the last command or deletes the last entry you typed. | 
| CTRL+Y | Reverses the action of the Undo command. | 
| CTRL+X | Removes the selection from your document. | 
| CTRL+C | Copies the selection from your document. | 
| CTRL+V | Pastes the selection to your document. | 
| DELETE | Deletes the selection from your document. | 
| SHIFT+F2 | Changes the name of an action. | 
| CTRL+ENTER; ALT+ENTER | Opens the Comment Properties dialog box for a comment step. | 
| CTRL+ENTER; ALT+ENTER | Opens the Object Properties dialog box for a selected object. | 
| CTRL+ENTER; ALT+ENTER | Displays the Report Properties dialog box for a report step. | 
| CTRL+F | Searches for a specified string. | 
| CTRL+H | Searches and replaces a specified string. | 
| CTRL+G | Moves the cursor to a particular line in the test. | 
| CTRL+B | Creates bookmarks in your script for easy navigation. | 
| CTRL+M | Comments out the current row, or selected rows. | 
| CTRL+SHIFT+M | Removes the comment formatting from the current or selected rows. | 
| ALT+G | Navigates to the definition of the selected function. | 
| CTRL+SPACE | Completes the word when you type the beginning of a VBScript method or object. | 
| CTRL+SHIFT+ SPACE | Displays the syntax of a method. | 
| CTRL+W | Generates With statements for the action displayed in the Expert View. | 
| CTRL+SHIFT+W | Converts any With statements in the action displayed in the Expert View to regular (single-line) VBScript statements. |