Std DlgMacroExecuteDirect: Difference between revisions

From FreeCAD Documentation
(Undo revision 797428 by David69 (talk))
Tag: Undo
No edit summary
 
Line 4: Line 4:
<!--T:7-->
<!--T:7-->
{{Docnav
{{Docnav
|[[Std_DlgMacroExecute|Std DlgMacroExecute]]
|[[Std_DlgMacroExecute|DlgMacroExecute]]
|[[Std_MacroAttachDebugger|Std MacroAttachDebugger]]
|[[Std_MacroAttachDebugger|MacroAttachDebugger]]
|[[Std_Macro_Menu|Std Macro Menu]]
|[[Std_Macro_Menu|Std Macro Menu]]
|IconL=Std_DlgMacroExecute.svg
|IconL=Std_DlgMacroExecute.svg
Line 44: Line 44:
<!--T:15-->
<!--T:15-->
{{Docnav
{{Docnav
|[[Std_DlgMacroExecute|Std DlgMacroExecute]]
|[[Std_DlgMacroExecute|DlgMacroExecute]]
|[[Std_MacroAttachDebugger|Std MacroAttachDebugger]]
|[[Std_MacroAttachDebugger|MacroAttachDebugger]]
|[[Std_Macro_Menu|Std Macro Menu]]
|[[Std_Macro_Menu|Std Macro Menu]]
|IconL=Std_DlgMacroExecute.svg
|IconL=Std_DlgMacroExecute.svg

Latest revision as of 20:57, 22 December 2020

Std DlgMacroExecuteDirect

Menu location
Macro → Execute macro
Workbenches
All
Default shortcut
Ctrl+F6
Introduced in version
-
See also
Std DlgMacroExecute

Description

The Std DlgMacroExecuteDirect command executes the macro in the current Macro editor window.

Usage

  1. If required open the correct macro in the Macro editor. See the Std DlgMacroExecute command.
  2. Make sure the Macro editor window has the input focus.
  3. There are several ways to invoke the command:
    • Press the Std DlgMacroExecuteDirect button.
    • Select the Macro → Execute macro option from the menu.
    • Use the keyboard shortcut: Ctrl+F6.
  4. The macro is executed.

Notes

  • To learn more about macros see the Macros page.