Files
virtual-controller/plugin-reaper-realearn/doc/realearn/modules/ROOT/pages/targets/realearn/enable-disable-units.adoc
T
Paul Lipscomb e58f06d9fa Vendor helgoboss/helgobox (ReaLearn) as basis for custom UI fork
Stripped upstream git history; starting point for replacing the native
SWELL/Win32 mapping UI with something more suited to bulk editing.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-15 17:38:29 -04:00

27 lines
1.1 KiB
Plaintext

= Target "ReaLearn: Enable/disable units"
This target allows you to flexibly enable or disable other ReaLearn units within the same ReaLearn instance.
== Exclusivity menu
Non-exclusive:: If the incoming control value is greater than 0%, all matching ReaLearn units will be enabled (on top of the already enabled units).
If the value is 0%, all matching ReaLearn units will be disabled.
Exclusive:: If the incoming control value is greater than 0%, all matching ReaLearn units will be enabled and all non-matching ones will be disabled.
If the value is 0%, it's exactly the opposite (react to button xref:user-interface/mapping-panel/glue-section.adoc#press-only[press only] if you don't want this to happen).
Exclusive (on only):: Variation of _Exclusive_ that applies exclusivity only if the incoming control value is greater than 0%.
== Tags field
Here you enter the unit tags, separated by commas.
.Comma-separated tags
====
keys, guit, voc
====
== Remarks
* This affects other ReaLearn units only. It doesn't match against this one.
* ReaLearn units without tags won't be affected at all.