Skip to content
Merged
Show file tree
Hide file tree
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
5 changes: 4 additions & 1 deletion source/chapters/appendix/mixxx_controls.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1077,7 +1077,10 @@ Any control listed above for :mixxx:cogroupref:`[ChannelN]` will work for a samp
[PreviewDeckN],eject
[SamplerN],eject

Eject currently loaded track
Eject currently loaded track. If no track is loaded the last-ejected track
(of any deck) is reloaded.

Double-press to reload the last replaced track. If no track is loaded the second-last ejected track is reloaded.

:range: binary
:feedback: Eject button is lit. Be sure to set back to 0 with scripts so the button does not stay lit.
Expand Down
12 changes: 9 additions & 3 deletions source/chapters/user_interface.rst
Original file line number Diff line number Diff line change
Expand Up @@ -284,9 +284,15 @@ follows:


**Eject Track Button**
Clicking this button ejects the track from the deck. Alternatively you can use
a keyboard shortcut, go to the chapter :ref:`control-keyboard` for more
information.
Clicking this button ejects the track from the deck. If no track is loaded the
last-ejected track (of any deck) is reloaded.

Double-click to reload the last
replaced track. In empty decks the second-last ejected track is reloaded.

Alternatively you can use a keyboard shortcut, go to the chapter
:ref:`control-keyboard` for more information.


**Repeat Mode Toggle**
If enabled, the repeat mode will jump back to the beginning and continue
Expand Down