Insert Euro command

Summary

Inserts an euro symbol.

Description

Inserts an euro symbol (€) at the cursor.

How to Run

  • Default Menu: Insert > Marks > Euro

  • All Commands: Insert > Marks > Euro

  • Toolbar: None

  • Status Bar: None

  • Default Keyboard Shortcut: ALT+CTRL+E

Plug-in Command ID

EEID_INSERT_EURO (4317)

Macros

[JavaScript]

document.selection.Text="€";

[VBScript]

document.selection.Text="€"