Show Clipboard History command¶
Summary¶
Shows the Clipboard history.
Description¶
Shows the Clipboard history.
How to Run¶
Default Menu: Edit > Show Clipboard History
All Commands: Edit > Paste > Show Clipboard History
Toolbar: None
Status Bar: None
Default Keyboard Shortcut: CTRL+SHIFT+V, CTRL+SHIFT+INSERT
Plug-in Command ID¶
EEID_CLIPBOARD_HISTORY (4045)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4045);
[VBScript]¶
editor.ExecuteCommandByID 4045