| ImageEn, unit iexRichEdit |
|
TIERichEdit.KeyboardShortcuts
Declaration
property KeyboardShortcuts: Boolean;
Description
When enabled, the following keyboard shortcuts can be used:
| Description | Type | Shortcut |
| Cut to Clipboard | ieksCut | Ctrl+X |
| Copy to Clipboard | ieksCopy | Ctrl+C |
| Paste from Clipboard | ieksPaste | Ctrl+V |
| Align text left | ieksLeftAlign | Ctrl+L |
| Center text | ieksCenterAlign | Ctrl+E |
| Align text right | ieksRightAlign | Ctrl+R |
| Justify text | ieksJustified | Ctrl+J |
| Apply bold formatting | ieksBold | Ctrl+B |
| Apply italic formatting | ieksItalic | Ctrl+I |
| Apply underline formatting | ieksUnderline | Ctrl+U |
| Open the Font dialog box | ieksFontSelect | Ctrl+D |
| Removes all formatting from selection | ieksClearFormatting | Ctrl+Space |
| Decrease the size of the font | ieksDecreaseFontSize | Ctrl+Comma |
| Increase the size of the font | ieksIncreaseFontSize | Ctrl+Period |
| Show Find dialog | ieksFind | Ctrl+F |
| Find Next | ieksFindNext | Shift+F4 |
| Show Replace dialog | ieksReplace | Ctrl+H |
| Select all text | ieksSelectAll | Ctrl+A |
| Single line spacing | - | Ctrl+1 |
| Double line spacing | - | Ctrl+2 |
| 1.5 line spacing | - | Ctrl+5 |
| Undo the last action | ieksUndo | Ctrl+Z |
| Redo the last action | ieksRedo | Ctrl+Y |
| Zoom into the image | ieksZoomIn | Ctrl+Plus |
| Zoom out of the image | ieksZoomOut | Ctrl+Minus |
| Reset the Zoom to 100% | ieksResetZoom | Ctrl+0 |
Note: Configure or disable individual keyboard shortcuts using
KeyboardShortcuts
Default: True
See Also
◼ImageEn Keyboard Properties