These keys are possibly a standard in the coding community, but there's no documentation on the official 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: https://oxygenbuilder.com/documentation/code/emmet-integration/ for 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.