Clipboard Operations in HTML Editor
Any part of the editor's content (images, tables or other content) can be cut, copied or pasted. The following table lists keyboard shortcuts and toolbar buttons providing this functionality.
Editor's Button | Shortcut | Description |
---|---|---|
Copy | CTRL+C, CTRL+INS | Copies the selected content to the clipboard. |
Cut | CTRL+X, SHIFT+DEL | Cuts the selected content to the clipboard. |
Paste | CTRL+V, SHIFT+INS | Pastes the selected content to the editor. This action is available if the clipboard is not empty. |
Paste From Word | None | Pastes the copied content from Word to the editor. This action is available if the clipboard is not empty. |
[!NOTE] The copy and cut operations place the copied or cut content onto the clipboard, replacing the existing content.