How can I help you?
Keyboard-Support in WPF RichTextBoxAdv (Classic)
5 May 20211 minute to read
RichTextBoxAdv provides some shortcut keys for ease of use. The following table gives the list of supported shortcuts.
Keyboard shortcuts table
| Hot keys | Description |
|---|---|
| CTRL + A | Selects the entire document |
| CTRL + C | Copy the selected text |
| CTRL + Down | Moves the cursor to the start of the next paragraph |
| CTRL + End | Moves the cursor to the end of the document |
| CTRL + Home | Moves the cursor to the start of the document |
| CTRL + Left | Moves the cursor to the start of the previous word |
| CTRL + Right | Moves the cursor to the start of the next word |
| CTRL + Shift + Left | Selects word by word in left direction |
| CTRL + Shift + Right | Selects word by word in right direction |
| CTRL + Up | Moves the cursor to the start of the previous paragraph |
| CTRL + V | Paste the text |
| CTRL + X | Cut the selected text |
| CTRL + Y | Redo the action |
| CTRL + Z | Undo the action |
| CTRL + B | Bold the selection |
| CTRL + I | Italic the selection |
| CTRL + U | Underline the selection |
| CTRL + L | Change the TextAlignment to left |
| CTRL + E | Change the TextAlignment to center |
| CTRL + R | Change the TextAlignment to right |
| CTRL + S | Save the document |
| CTRL + P | Print the document |
| End | Moves the cursor to the end of the line |
| Home | Moves the cursor to the beginning of the line |
| Shift + Down | Selects line by line in the down direction |
| Shift + Insert | Pastes the text |
| Shift + Left | Selects letter by letter in the left direction |
| Shift + Right | Selects letter by letter in the right direction |
| Shift + Up | Selects line by line in the up direction |