Skip to content
WarmUpTill edited this page Dec 16, 2022 · 1 revision

The "Process" macro condition allows you to perform actions based on if a particular process is running or not.

Process

You can either select the process name from a list of the currently running processes or enter it manually at (1).
The input field also supports regular expressions in case it is required to match patterns of process names.

By default the condition will return true if the process is currently running.
You can additionally select that the condition shall only return true if the given process is also currently focussed at (2). Note that this can only ever be true for processes that have some sort of window associated with them.

The currently focussed process will be displayed at the bottom of the condition if the option (2) is selected.

Windows specific notes

If you want to know the process name of a particular application that is shown in the task manager's "Processes" tab, right click on the given process and select "Properties". This will open up a dialog showing the name of the process binary instead of just the process description.

Zoom1 Zoom2

Example guides

Explanations

Clone this wiki locally