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 control
key. There maybe more with different key press combinations.
Key Combination | Function |
---|---|
Control + C | Copy selected text |
Control + V | Paste selected text |
Control + X | Cut selected text |
Control + / | Comment line toggle. |
Control + I | Select text between delimiters, like a set of brackets. |
Control + A | Select all text. |
Control + D | Edit all occurrences of selected text simultaneously. First, double click to select text, all occurrences then become selected. |
Control + F | Find/Replace |
Control + S | Save your work. |
Control + [ | Indent selected text to the right. |
Control + ] | Indent selected text to the left. |
Control + Z or Control + U | Undo last change. |
Control + P | Print a neat, readable and informative copy of the code. |
You must be logged in to post a comment.