PdfWebControlLiteDisableKeyboardShortcuts Property |
Namespace: RadPdf.Web.UI
Below are list of the keyboard shortcuts which are enabled / disabled:
| Shortcut | Meaning |
|---|---|
| Alt + Enter | If an object is selected, display its properties |
| arrow keys |
|
| Ctrl + B | If an object which supports font styling, bold is toggled |
| Ctrl + I | If an object which supports font styling, italic is toggled |
| Ctrl + F | Sets focus to the search text box |
| Ctrl + P | Prints the current document |
| Ctrl + S | Saves the current document |
| Ctrl + U | If a text shape, underline is toggled |
| Delete | Deletes the selected object, if any |
| Enter | If a check or radio form field is selected, toggle selection |
| Esc | Disable the current user tool |
| Space | If a check or radio form field is selected, toggle selection |
| Tab | If a form field is selected, focus is advanced to the next field as set by the tab order |
NOTE: The above shortcut keys are for Windows. On OS X, use Command (⌘) instead of Ctrl.