Comment 1 for bug 1771611

Revision history for this message
ronso0 (ronso0) wrote : Re: [Library] MoveVertical and Focus

The [Library]..MoveVertical is sending emulated key presses to the sidebar or trackstable, depending on what has focus. The Tab key in the log is sent by setLibraryFocus() in librarycontrol.cpp to re-focus the tracks table whenever a Track select knob is turned while another widget has focus.

There are also the [Playlist] controls that don't need the affected widget to be focused:
https://www.mixxx.org/wiki/doku.php/mixxxcontrols#playlist

At least [Playlist],SelectTrackKnob works with unfocused Mixxx window.
Maybe we can improve [Playlist],SelectPlaylist to work this way, as well.