Skip to content

Commit

Permalink
Document searchbox controls from mixxxdj/mixxx#3171
Browse files Browse the repository at this point in the history
  • Loading branch information
ronso0 committed Sep 28, 2021
1 parent 30e2eed commit 7a9d6a6
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions source/chapters/appendix/mixxx_controls.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3556,6 +3556,36 @@ Note that :mixxx:coref:`[Library],MoveUp` and other Move and Scroll controls emu

.. versionadded:: 2.3.0


.. mixxx:control:: [Library],search_history_next
Select the next saved search query. Wraps around at the last item to the empty search.

:range: Binary
:feedback: Searchbox query changes

.. versionadded:: 2.4.0


.. mixxx:control:: [Library],search_history_prev
Select the previous saved search query. Wraps around at the top to the last item.

:range: Binary
:feedback: Searchbox query changes

.. versionadded:: 2.4.0


.. mixxx:control:: [Library],search_history_selector
Select another saved search query. < 0 goes up the list, > 0 goes down. Wraps around at the top and bottom.

:range: -N / +N
:feedback: Searchbox query changes

.. versionadded:: 2.4.0

The ``[Shoutcast]`` controls
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit 7a9d6a6

Please sign in to comment.