Main Window¶
Configuration Tree¶The Configuration Tree contains the complete EventGhost configuration and is made up of Containers and Items.
All containers and items except Autostart can be enabled/disabled manually and by Actions.
Autostart¶Autostart is a special Container that can hold Plugins to load and Actions to execute every time the Configuration Tree is loaded (eg EventGhost is started). There is always a single Autostart item in the Configuration Tree and it cannot be removed or disabled.
Folders¶Folders are named containers that can hold Macros and/or more Folders. They are used to structure your configuration as you see fit.
Macros¶Macros are named containers that can hold Events to trigger the Macro and Actions to execute when the Macro is triggered.
For example:
Plugins¶Plugins extend the functionality of EventGhost by generating Events and/or adding additional Actions. Plugins are always placed in the Autostart container.
Events¶Events are the triggers that cause Macros to execute their Actions. They are generated by EventGhost and Plugins. Events generated by Plugins are usually prefixed with the Plugin’s name, so if you were using an X10 remote in the example above, the X10 Remote Plugin would have generated an X10.TV Event.
Actions¶Actions are the commands that are executed when a Macro is triggered by an Event. They are provided by Plugins.
Adding new Plugins to your configuration is very simple:
The Plugin you selected will be added to the Autostart container and a dialog may appear to configure additional settings if needed.
See the List of Plugins for more details on the available Plugins.
There are three ways you can assign trigger Events to a Macro:
You can rename any existing Event by selecting it and pressing F2, or selecting Right-Click->Rename Item or Configuration‣Rename Item, and typing the new Event name.