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

Move track commands #678

Open
wants to merge 3 commits into
base: 2.5
Choose a base branch
from
Open
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
30 changes: 30 additions & 0 deletions source/chapters/appendix/mixxx_controls.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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


Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that the controls seem to be ordered alphabetically, but actually it's better to have them grouped by 'function'/effect. Please move the block down so MoveVertical is below MoveUp again.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh sure, I didn''t realize it was related

.. 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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should actually be integer (move by n rows), but I just noticed that this optional factor is not considered in WLibraryTableView::moveCursor().

I've just filed mixxxdj/mixxx#13398

:feedback: Currently selected tracks are moved

.. versionadded:: 2.5.0


.. mixxx:control:: [Library],ScrollUp

Equivalent to pressing the :kbd:`PageUp` key on the keyboard
Expand Down
Loading