-
Notifications
You must be signed in to change notification settings - Fork 120
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
base: 2.5
Are you sure you want to change the base?
Move track commands #678
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. or put it here (but maybe the explanation is to much for the 'feedback' hint):
What do you think? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I reworded it so it's a bit more like other entries |
||
|
||
.. 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 | ||
|
||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Oh sure, I didn''t realize it was related |
||
.. mixxx:control:: [Library],MoveVertical | ||
|
||
Move the specified number of locations up or down. Intended to be mapped to an encoder knob. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure everyone browsing these controls is aware of the new Alt move feature.
I suggest to add more context here in order to make this feature more discoverable.
For example:
Same for down and MoveTrack.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I reworded a bit both texts, what do you think?