Std: Wykonaj makrodefinicję w trakcie edycji

From FreeCAD Documentation
Revision as of 17:48, 8 January 2023 by Kaktus (talk | contribs) (Created page with "==Opis==")

Std: Wykonaj makrodefinicję w trakcie edycji

Lokalizacja w menu
Makrodefinicje → Wykonaj makro
Środowisko pracy
wszystkie
Domyślny skrót
Ctrl + F6
Wprowadzono w wersji
-
Zobacz także
Makrodefinicje

Opis

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.