Paste as System Default Encoding command¶
Summary¶
Pastes Clipboard contents using the system default encoding.
Description¶
Pastes the Clipboard contents at the cursor position using the system default encoding. Before this command, use the Copy command or the Cut command to put text on the Clipboard. This command is equivalent to the Paste command if the Always Paste as ANSI check box is checked on the General page of the Properties dialog box.
How to Run¶
Default Menu: None
All Commands: Edit > Paste > Paste as System Default Encoding
Toolbar: None
Status Bar: None
Default Keyboard Shortcut: ALT+CTRL+V
Plug-in Command ID¶
EEID_EDIT_PASTE_ANSI (4262)
Macros¶
[JavaScript]¶
document.selection.Paste(eeCopySystemDefault);
[VBScript]¶
document.selection.Paste eeCopySystemDefault