Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

document [ChannelN],show_track_menu, improve [Library],show_track_menu #689

Merged
merged 1 commit into from
Aug 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion source/chapters/appendix/mixxx_controls.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2439,6 +2439,19 @@ Any control listed above for :mixxx:cogroupref:`[ChannelN]` will work for a samp
.. versionadded:: 1.8.0


.. mixxx:control:: [ChannelN],show_track_menu

Toggle the track context menu for the track currently loaded in this deck.
The control value is `1` if there is already a menu shown for this deck.
The menu can be navigated with the :mixxx:coref:`MoveUp/Down <[Library],MoveUp>` controls
and selected actions or submenus can be activated with :mixxx:coref:`GoToItem <[Library],GoToItem>`.

:range: Binary
:feedback: The deck's track context menu is shown or hidden.

.. versionadded:: 2.5.0


.. mixxx:control:: [ChannelN],slip_enabled
[PreviewDeckN],slip_enabled
[SamplerN],slip_enabled
Expand Down Expand Up @@ -3375,7 +3388,8 @@ Note that :mixxx:coref:`[Library],MoveUp` and other Move and Scroll controls emu
The control value is `1` if there is already a menu shown for the current view.
Note that the control is not aware of other track menus, for example those opened
by right-clicking track text labels in decks. Only the most recent menu can be
navigated with the :mixxx:coref:`MoveUp/Down <[Library],MoveUp>` controls.
navigated with the :mixxx:coref:`MoveUp/Down <[Library],MoveUp>` controls and
selected actions or submenus can be activated with :mixxx:coref:`GoToItem <[Library],GoToItem>`.

:range: Binary
:feedback: Tracks table context menu is shown or hidden.
Expand Down
Loading