From 23bd536641adee77cb9ba2343e9d0659413760da Mon Sep 17 00:00:00 2001 From: Rene Date: Mon, 6 Oct 2025 18:41:24 +0000 Subject: [PATCH] Skin Highlight Controls: added documentation --- source/chapters/appendix/mixxx_controls.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/source/chapters/appendix/mixxx_controls.rst b/source/chapters/appendix/mixxx_controls.rst index f89b8f7f06..ff257f3c98 100644 --- a/source/chapters/appendix/mixxx_controls.rst +++ b/source/chapters/appendix/mixxx_controls.rst @@ -4321,6 +4321,23 @@ The :mixxx:cogroupref:`[Skin]` group contains controls that are used to selectiv .. versionadded:: 2.4.0 Replaces the deprecated :mixxx:coref:`[VinylControl],show_vinylcontrol` control. +.. mixxx:control:: [Skin],highlight_input_allow + + Toggle the external highlighting of :term:`user interface ` elements by the :term:`controller`. This might not have any immediate effect and depends on your skin and controller mapping. + + :range: binary + :feedback: External highlighting is allowed or not. + + .. versionadded:: 2.5.3+ + +.. mixxx:control:: [Skin],highlight_[ChannelN] + + Toggle the highlighting of :term:`user interface ` controls for Channel N. N might be between 1 and 4. Highlighting will only have some effect if it is enabled in you skin configuration with the option above or with the skin settings option in your :term:`user interface `. + + :range: binary + :feedback: External highlighting for Deck X is active or not. + + .. versionadded:: 2.5.3+ Deprecated controls ~~~~~~~~~~~~~~~~~~~