Key | Function |
|---|---|
Left Arrow | Moves the cursor one character to the left. |
Right Arrow | Moves the cursor one character to the right. |
Home | Moves the cursor to the beginning of the line. |
End | Moves the cursor one character to the end of the line. |
Backspace | Deletes the character to the left of the cursor. |
Delete | Deletes the character to the right of the cursor. |
CTRL + K | Deletes the characters to the end of the line. |
CTRL + X | Deletes the selected text and copies it to the clipboard. |
CTRL + C | Copies the selected text to the clipboard. |
CTRL + V | Pastes the clipboard text into line edit. |
CTRL + Z | Cancels the last operation (undo). |
CTRL + Y | Restores the previous undo operation (redo). |
+, -, *, / | Allowed operators in algebraic operations. |
sin, cos, tan, tanh, exp, log, sqrt, abs | Allowed functions in algebraic operations. |
1e3 | is the right notation for 1 * 103. |