3.2.2 Mouse and key operations in the Script Editor window
- Organization of this subsection
(1) Mouse operations
Table 3-9 lists mouse operations in the client area of the Script Editor window.
Operation |
Processing |
---|---|
Click |
Clears the previous selection and makes a new selection. |
Double-click |
Selects text. |
Right-click |
Displays a pop-up menu. |
(2) Key operations
Table 3-10 lists key operations in the client area of the Script Editor window and shows whether each operation is supported in edit mode and monitoring mode.
Operation |
Edit mode |
Monitoring mode |
Processing |
---|---|---|---|
Ctrl + A |
Y |
Y |
Selects all the written text. |
Ctrl + C |
Y |
Y |
Copies selected text. |
Ctrl + E |
Y |
N |
Starts Menu Editor. |
Ctrl + F |
Y |
Partly |
Sets a search or replace string. |
Ctrl + H |
Y |
N |
Replaces the search string with specified text. |
Ctrl + K |
Y |
N |
Enables easy input of a command or statement. |
Ctrl + M |
Y |
N |
Sets a selected line as a comment. |
Ctrl + N |
Y |
N |
Creates a new script file. |
Ctrl + O |
Y |
N |
Opens an existing script file. |
Ctrl + P |
Y |
N |
Prints a script file. |
Ctrl + S |
Y |
N |
Saves a script file. |
Ctrl + T |
Y |
N |
Sets the operating environment for monitoring mode. |
Ctrl + V |
Y |
N |
Pastes text from the clipboard. |
Ctrl + X |
Y |
N |
Cuts selected text. |
Ctrl + Z |
Y |
N |
Undoes the previous edit. |
Ctrl + F5 |
Y |
N |
Executes a script file. |
Ctrl + F11 |
Y |
Y |
Starts consecutive step execution. |
Ctrl + Home |
Y |
Y |
Displays the beginning of the script file. |
Ctrl + End |
Y |
Y |
Displays the end of the script file. |
F1 |
Y |
Y |
Displays the Script help.# |
F3 |
Y |
Partly |
Searches for or replaces a string to the end of the file. |
F5 |
Y |
Y |
Starts or restarts execution up to the next breakpoint. |
F7 |
Y |
N |
Performs a syntax check. |
F9 |
Y |
Y |
Sets or cancels a breakpoint. |
F11 |
Y |
Y |
Executes commands or statements one by one. |
Alt + 0 |
N |
Y |
Adds a selected variable to the Watch window. |
Alt + 1 |
N |
Y |
Shows or hides the Watch window. |
Alt + F4 |
Y |
Y |
Quits Script Editor. |
Shift + F3 |
Y |
Partly |
Searches for or replaces a string to the beginning of the file. |
Shift + F5 |
N |
Y |
Cancels monitoring execution. |
Shift + F9 |
Y |
Y |
Cancels all breakpoints. |
Shift + Ctrl + M |
Y |
N |
Changes a selected comment into a normal line. |
Shift + Ctrl + Z |
Y |
N |
Redoes the previous edit. |
Shift + Ctrl + F11 |
N |
Y |
Suspends consecutive step execution. |
Shift + Ctrl + Enter |
Y |
N |
Sets the script file environment. |