Copy Selection command¶
Summary¶
Copies the selection and pastes it to the Clipboard.
Description¶
Copies the selection and pastes it to the Clipboard. After this command, you can place the text by moving the cursor to a different location and running the Paste command.
How to Run¶
Default Menu: None
All Commands: Edit > Copy > Copy Selection
Toolbar: None
Status Bar: None
Default Keyboard Shortcut: None
Plug-in Command ID¶
EEID_EDIT_COPY_SEL (4445)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4445);
[VBScript]¶
editor.ExecuteCommandByID 4445