The text editor supports these text navigation commands:
Shortcut | Action |
---|---|
Left Arrow | Moves the cursor one character to the left. |
Right Arrow | Moves the cursor one character to the right. |
Up Arrow | Moves the cursor up one line. |
Down Arrow | Moves the cursor down one line. |
Page Up | Scrolls the window up one page. |
Page Down | Scrolls the window down one page. |
Home | Moves the cursor to the start of the line. If the line starts with whitespace, Home toggles between the start of the line and the first non-whitespace character. |
End | Moves the cursor to the end of the line. |
Ctrl Left Arrow | Moves the cursor one word to the left. |
Ctrl Right Arrow | Moves the cursor one word to the right. |
Ctrl Home | Moves the cursor to the start of the document. |
Ctrl End | Moves the cursor to the end of the document. |
Ctrl Page Up | Moves the cursor to the top of the current page. |
Ctrl Page Down | Moves the cursor to bottom of the current page. |
Ctrl G | Opens the Go to Line dialog. |
Ctrl Space | Opens the autocomplete list. |
The text editor supports these selection commands:
Shortcut | Action |
---|---|
Shift Left Arrow | Moves the cursor one character to the left extending the current selection. |
Shift Right Arrow | Moves the cursor one character to the right extending the current selection. |
Shift Up Arrow | Moves the cursor up one line extending the current selection. |
Shift Down Arrow | Moves the cursor down one line extending the current selection. |
Shift Page Up | Scrolls the window up one page extending the current selection. |
Shift Page Down | Scrolls the window down one page extending the current selection. |
Shift Home |
Moves the cursor to the start of the line extending the current selection. If the line starts with whitespace, Home toggles between the start of the line and the first non-whitespace character. |
Shift End | Moves the cursor to the end of the line extending the current selection. |
Ctrl Shift Left Arrow | Moves the cursor one word to the left extending the current selection. |
Ctrl Shift Right Arrow | Moves the cursor one word to the right extending the current selection. |
Ctrl Shift Home | Moves the cursor to the start of the document extending the current selection. |
Ctrl Shift End | Moves the cursor one word to the end of the document extending the current selection. |
Ctrl Shift Page Up | Moves the cursor to the top of the current page extending the current selection. |
Ctrl Shift Page Down | Moves the cursor to bottom of the current page extending the current selection. |
Ctrl A | Selects the entire document. |
ESC | Cancels the current selection. |
The text editor supports these text editing commands:
Shortcut | Action |
---|---|
Ctrl X | Cuts the currently selected text to the clipboard. |
Ctrl C | Copies the currently selected text to the clipboard. |
Ctrl V | Pastes the text from the clipboard into the document. |
Ctrl Z | Undo the last edit action. |
Ctrl Y | Redo the previous undo action. |
Ctrl S | Saves the current document. |
Enter | Inserts a new line. |
Del | Deletes the current selection, or if no selection deletes the character to the right of the cursor. |
Backspace | Deletes the current selection, or if no selection deletes the character to the left of the cursor. |
Ctrl Backspace | Deletes the current selection, or if no selection deletes the word to the left of the cursor. |
Ctrl U | Makes the current selection lower case. |
Ctrl Shift U | Makes the current selection upper case. |
Tab | If one or more lines selected, increases the indentation of the selected lines by 1 tab stop. Otherwise inserts a TAB character. |
Ctrl Tab | Decreases the indentation of the selected lines by 1 tab stop. |
To learn more about the text editor in Fernhill SCADA.
For the meaning of terms used in Fernhill SCADA.