Keyboard Support
The Ctrl keyboard combinations supported by the RadTextBoxControl are listed in the table below.
| Hot Key(s) | Action |
|---|---|
| Ctrl+Left | Moves the caret to the beggining of the word. |
| Ctrl+Right | Moves the caret to the end of the word. |
| Ctrl+Delete | Delete the selected text. |
| Ctrl+Backspace | Deletes text to the left (backwards) of the caret. |
| Ctrl+Shift+Left | Select the word to the left begging from the current position of the caret. |
| Ctrl+Shift+Right | Select the word the right begging from the current position of the caret. |
| Ctrl+Z | Perform Undo operation. |
| Ctrl+Y | Perform Redo operation. |
| Ctrl+X | Cut the selected text. |
| Ctrl+C | Copy the selected text. |
| Ctrl+V | Paste the selected text. |
| Ctrl+A | Select all the text. |