Repeat Last Command command

Summary

Repeats the last run command.

Description

Repeats the last run command.

How to Run

  • Default Menu: None

  • All Commands: Edit > Redo > Repeat Last Command

  • Toolbar: None

  • Status Bar: None

  • Default Shortcut Key: CTRL+Shift+G

Plug-in Command ID

EEID_REPEAT_LAST_COMMAND (3846)

Macros

[JavaScript]

editor.ExecuteCommandByID(3846);

[VBScript]

editor.ExecuteCommandByID 3846