Areas of Execution - Macros

Far Manager

Areas of execution

FAR can create independent macro commands (macros with the same shortcut keystroke) for different areas of execution.

ATTENTION! ATTENTION!

  • Area to which the new macro command will be assigned is defined by the place where its recording had been started.

Current version supports the following independent areas of execution:

  • file panels;
  • internal file viewer;
  • internal file editor;
  • dialog boxes;
  • quick file search;
  • drive selection menu;
  • main menu;
  • other menus;
  • help system;
  • informational panel;
  • quick view panel;
  • folder tree panel;
  • folder search panel;
  • user menu;
  • screen capturing mode.

It is not allowed to create different macro commands with the same name (keyboard shortcut) in the same area of execution (there's some work-around though using the primitive macro-language). Existing macro command will be overwritten in attempt to create the macro command with the same keyboard shortcut.

Thus each area of execution can contain only one macro command with the same keyboard shortcut.

There's also the Common area of execution. Macro command assigned to this area can be executed in every other area of execution but this area has the lower priority then native ones so if some area already contains macro with the same shortcut then common macro will be overridden. Macro commands cannot be created interactively in the common area, but can be deleted.