mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-21 17:34:57 -05:00
Created Pausing macros (markdown)
parent
cf0378c8aa
commit
95c503bbba
22
Pausing-macros.md
Normal file
22
Pausing-macros.md
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
Paused macro's conditions will not be checked and thus their actions will not be executed.
|
||||
This will allow you disable resource intensive operations (e.g. the video condition) when they are not needed or set up more intricate macro rules.
|
||||
|
||||
Unpaused macros are marked with a ticked checkbox next to the macros name.
|
||||
If the checkbox is not ticked the macro is currently paused.
|
||||
|
||||

|
||||
|
||||
To change the "paused" state of a macro you can ...
|
||||
|
||||
### Manually pause macros on the macro tab
|
||||
To pause a macro untick the checkbox in front of the macros name.
|
||||
To unpause it tick the checkbox.
|
||||
|
||||
### Use hotkeys pause macros
|
||||
Each macro will automatically register hotkeys to pause, unpause, or toggle the paused state of macros.
|
||||
The keys can be bound in OBS' settings menu.
|
||||

|
||||
|
||||
### Use the action "Macro" to pause macros
|
||||
The macro action "Macro" can be used to pause or unpause other macros or even the currently running macro.
|
||||

|
||||
Loading…
Reference in New Issue
Block a user