diff --git a/source/chapters/appendix/mixxx_controls.rst b/source/chapters/appendix/mixxx_controls.rst index c6e37a6cde..014bd665d5 100644 --- a/source/chapters/appendix/mixxx_controls.rst +++ b/source/chapters/appendix/mixxx_controls.rst @@ -3184,6 +3184,36 @@ Note that :mixxx:coref:`[Library],MoveUp` and other Move and Scroll controls emu .. versionadded:: 2.1.0 +.. mixxx:control:: [Library],MoveTrackUp + + 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: Currently selected tracks are moved + + .. versionadded:: 2.5.0 + + +.. mixxx:control:: [Library],MoveTrackDown + + 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: Binary + :feedback: Currently selected tracks are moved + + .. 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