Keyboard Shortcuts at the Script Editor

To Do This Press This
Move through the elements in the editor Tab / Shift+Tab
Merge a paragraph break in a script Ctrl+Enter
Merge just the highlighted component or model in the Script field Insert
Display an Auto Complete list of keywords and component names so you can more easily enter the correct syntax for a script Ctrl+Space
Switch between the different tabs of the component editor Ctrl+Tab
Highlight all of a script Ctrl+A
Copy the highlighted script to the Clipboard Ctrl+C
Edit the currently selected component Ctrl+E
Search through the Script field for a specific word or phrase Ctrl+F
Go to a specific line number or character position in the script Ctrl+G
Search through the Script field for a specific word or phrase and replace it with a different word or phrase Ctrl+H

(Use F3 to find the next instance of text for which you are searching.)

Inserts a tab at the current location Ctrl+I
Place comment markers before the selected text Ctrl+K
Remove any comment markers from the selected text Ctrl+Shift+K
Find the matching IF or REPEAT instruction

(Place your cursor in the instruction before issuing the command)

Ctrl+M
Highlight a block of script starting with the opening instruction and ending with the closing instruction

(Place your cursor in the instruction before issuing the command)

Ctrl+Shift+M
Create a new component Ctrl+N
Indent the selected script text Ctrl+T
Paste the text on the Clipboard in the script Ctrl+V
Close the Computation Editor without saving your changes Ctrl+W or Alt+F4
Cut the selected script and place it on the Clipboard Ctrl+X
Reapply a change you just undid Ctrl+Y
Undo a change Ctrl+Z
View the help topic for a specific model in the Instruction or Expression list. First select the model in one of the lists and then press Ctrl+F1.
View an auto-complete list of just components F5
View an auto-complete list of just scripting keywords Shift+F5
View a status hint for the component or keyword you are currently viewing (where your cursor is) F7
Indent all pairs of IF and REPEAT instructions, based on their level of insertion F8
Access the script editor toolbar F10