Insert Copyright command
Summary
Inserts a copyright symbol.
Description
Inserts a copyright symbol (©) at the cursor.
How to Run
- Default Menu: None
- All Commands: Edit > Insert
> Insert Accent Mark/Special Character > Copyright
- Toolbar: None
- Status Bar: None
- Default Keyboard Shortcut: ALT+CTRL+C
Plug-in Command ID
- EEID_INSERT_COPYRIGHT (4314)
Macros
[JavaScript]
document.selection.Text="©";
[VBScript]
document.selection.Text="©"
Send feedback on this topic to Emurasoft