These keys seem to a be a standard in the coding community, they are similar to Visual Studio Code. More information can be found on the Official Classic Oxygen Builder website.
The following keys are pressed simultaneously with the Ctrl key. This list is not complete and there may be more commands with different key press combinations.
| Key Combination | Function |
|---|---|
Ctrl + C | Copy selected text |
Ctrl + V | Paste selected text |
Ctrl + X | Cut selected text |
Ctrl + / | Comment line toggle. |
Ctrl + I | Select text between delimiters, like a set of brackets. |
Ctrl + A | Select all text. |
Ctrl + D | Edit all occurrences of selected text simultaneously. First, double click to select text, all occurrences then become selected. |
Ctrl + F | Find/Replace |
Ctrl + S | Save your work. |
Ctrl + [ | Indent selected text to the right. |
Ctrl + ] | Indent selected text to the left. |
Ctrl + Z or Ctrl + U | Undo last change. |
Ctrl + P | Print a neat, readable, and informative copy of the code. |
Ctrl + Shift+ E | Enter an Emmet expression. More information. |
Shift + Alt + up/down arrow | Duplicate current line. |
Ctrl + Alt + up/down arrow | Column mode. |
Ctrl + Shift + K | Delete current line. |
Alt + up/down arrow | Move current line or selected text up or down. |
You must be logged in to post a comment.