From 2891c47fe201bed0e255acec10c7d92947eaff59 Mon Sep 17 00:00:00 2001 From: Nicolau Leal Werneck Date: Wed, 19 Jun 2024 07:19:25 +0200 Subject: [PATCH 1/3] move track controls --- source/chapters/appendix/mixxx_controls.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/source/chapters/appendix/mixxx_controls.rst b/source/chapters/appendix/mixxx_controls.rst index c6e37a6cde..e309106ed6 100644 --- a/source/chapters/appendix/mixxx_controls.rst +++ b/source/chapters/appendix/mixxx_controls.rst @@ -3174,6 +3174,26 @@ Note that :mixxx:coref:`[Library],MoveUp` and other Move and Scroll controls emu .. versionadded:: 2.1.0 +.. mixxx:control:: [Library],MoveTrackUp + + Equivalent to pressing the :kbd:`Alt` + :kbd:`Up` key on the keyboard + + :range: Binary + :feedback: Move selected track up + + .. versionadded:: 2.5.0 + + +.. mixxx:control:: [Library],MoveTrackDown + + Equivalent to pressing the :kbd:`Alt` + :kbd:`Down` key on the keyboard + + :range: Binary + :feedback: Move selected track down + + .. versionadded:: 2.5.0 + + .. mixxx:control:: [Library],MoveVertical Move the specified number of locations up or down. Intended to be mapped to an encoder knob. From 7c0a458c4b509dcabcbd23d4b5c4c21a66ff4ca2 Mon Sep 17 00:00:00 2001 From: Nicolau Leal Werneck Date: Thu, 20 Jun 2024 07:16:41 +0200 Subject: [PATCH 2/3] rewording track up/down --- source/chapters/appendix/mixxx_controls.rst | 26 ++++++++++----------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/source/chapters/appendix/mixxx_controls.rst b/source/chapters/appendix/mixxx_controls.rst index e309106ed6..3968d04201 100644 --- a/source/chapters/appendix/mixxx_controls.rst +++ b/source/chapters/appendix/mixxx_controls.rst @@ -3174,34 +3174,34 @@ Note that :mixxx:coref:`[Library],MoveUp` and other Move and Scroll controls emu .. versionadded:: 2.1.0 -.. mixxx:control:: [Library],MoveTrackUp +.. mixxx:control:: [Library],MoveVertical - Equivalent to pressing the :kbd:`Alt` + :kbd:`Up` key on the keyboard + Move the specified number of locations up or down. Intended to be mapped to an encoder knob. - :range: Binary - :feedback: Move selected track up + :range: Relative (positive values move down, negative values move up) + :feedback: Currently selected item changes - .. versionadded:: 2.5.0 + .. versionadded:: 2.1.0 -.. mixxx:control:: [Library],MoveTrackDown +.. mixxx:control:: [Library],MoveTrackUp - Equivalent to pressing the :kbd:`Alt` + :kbd:`Down` key on the keyboard + Move track selection up by one row in the playlist. Equivalent to pressing the :kbd:`Alt` + :kbd:`Up` key on the keyboard. This is applicable only in unlocked playlists. :range: Binary - :feedback: Move selected track down + :feedback: Currently selected tracks are moved .. versionadded:: 2.5.0 -.. mixxx:control:: [Library],MoveVertical +.. mixxx:control:: [Library],MoveTrackDown - Move the specified number of locations up or down. Intended to be mapped to an encoder knob. + Move track selection down by one row in the playlist. Equivalent to pressing the :kbd:`Alt` + :kbd:`Down` key on the keyboard. This is applicable only in unlocked playlists. - :range: Relative (positive values move down, negative values move up) - :feedback: Currently selected item changes + :range: Binary + :feedback: Currently selected tracks are moved - .. versionadded:: 2.1.0 + .. versionadded:: 2.5.0 .. mixxx:control:: [Library],ScrollUp From 1e9050d72ad4d0766fd9897c348d1a81d9914ee0 Mon Sep 17 00:00:00 2001 From: Nicolau Leal Werneck Date: Mon, 24 Jun 2024 06:59:10 +0200 Subject: [PATCH 3/3] movetrack command --- source/chapters/appendix/mixxx_controls.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/source/chapters/appendix/mixxx_controls.rst b/source/chapters/appendix/mixxx_controls.rst index 3968d04201..014bd665d5 100644 --- a/source/chapters/appendix/mixxx_controls.rst +++ b/source/chapters/appendix/mixxx_controls.rst @@ -3204,6 +3204,16 @@ Note that :mixxx:coref:`[Library],MoveUp` and other Move and Scroll controls emu .. versionadded:: 2.5.0 +.. mixxx:control:: [Library],MoveTrack + + Move track selection up or down by one row in the playlist. Equivalent to pressing the :kbd:`Alt` + :kbd:`Up` or :kbd:`Alt` + :kbd:`Down` key on the keyboard. This is applicable only in unlocked playlists. + + :range: Binary + :feedback: Currently selected tracks are moved + + .. versionadded:: 2.5.0 + + .. mixxx:control:: [Library],ScrollUp Equivalent to pressing the :kbd:`PageUp` key on the keyboard