Script Workspace keyboard shortcuts (Windows)
Use these keyboard shortcuts in the Script Workspace to work with scripts.
Create and edit scripts
To |
Press |
Create a new script |
Ctrl+N |
Save a script |
Ctrl+S |
Open the selected script in a new tab |
Ctrl+T |
Open the selected script in a new window |
Ctrl+Shift+T |
Run the selected script |
Ctrl+R |
Save and run the selected script |
Ctrl+Shift+R |
Debug the selected script (when Use advanced tools is selected) |
Ctrl+Alt+R |
Save all scripts and debug the selected script (when Use advanced tools is selected) |
Ctrl+Shift+Alt+R |
Close the current tab |
Ctrl+W |
Close all tabs |
Ctrl+Alt+W |
Close the Script Workspace |
Alt+F4 |
Move to the next tab in the script editing pane |
Ctrl+Shift+} |
Move to the previous tab in the script editing pane |
Ctrl+Shift+{ |
Move through Script Workspace panes |
Ctrl+' (apostrophe) |
Move the selected script step up or down in the script |
Ctrl+Up Arrow, Ctrl+Down Arrow |
Add a comment on a blank line |
# |
Display script step options |
+ (plus) |
Move through the options between brackets in the script editing pane |
Left Arrow, Right Arrow, Tab, Shift+Tab |
Select a script step option when it is in focus |
Space bar |
Remove focus from all script step options |
Esc |
Delete the selected script or script step |
Delete, Backspace |
Duplicate the selected script or script step |
Ctrl+D |
Disable the selected script step (when Use advanced tools is selected) |
Ctrl+/ |
Print the selected script |
Ctrl+P |
Expand and collapse blocks of control script steps
To select a block of control script steps, select the block's first step.
To |
Press |
Collapse the selected block of steps |
Ctrl+Left Arrow |
Expand the selected block of steps |
Ctrl+Right Arrow |
Collapse the selected block of steps and its substeps | Ctrl+Alt+Left Arrow |
Expand the selected block of steps and its substeps | Ctrl+Alt+Right Arrow |
Collapse all steps and substeps in the current script | Ctrl+Alt+Shift+Left Arrow |
Expand all steps and substeps in the current script | Ctrl+Alt+Shift+Right Arrow |