Keyboard and mouse support
RadPdfViewer supports a set of predefined input commands.
Here is a list of the supported keyboard commands:
| Key combination | Action |
|---|---|
| Ctrl + C | Copy selected text |
| Ctrl + A | Select all text |
| Left | Move caret to the previous character |
| Right | Move caret to the next character |
| Ctrl + Left | Move caret to the beginning of the word/previous word |
| Ctrl + Right | Move caret to the end of the word/next word |
| Shift + Left / Shift + Ctrl + Left | Extend selection left |
| Shift + Right / Shift + Ctrl + Right | Extend selection right |
| Up | Move caret to the previous line and/or scroll up |
| Down | Move caret to the next line and/or scroll down |
| Home | Move caret to the beginning of the current line |
| End | Move caret to the end of the current line |
| Ctrl + Home | Move caret to the document start |
| Ctrl + End | Move caret to the document end |
Following is a list of supported mouse actions:
| Key combination | Action |
|---|---|
| Left button drag | Select text or pan depending on the ViewerMode set |
| Right button click | Open the context menu |
| Middle button drag | Start continuous pan |