Play selected song in playlist when it has focus and the return key is pressed
Right now, if you want to use the keyboard to play a song that's in the playlist, you do the following:
- Hit the tab key until a playlist item is focused
- Use the arrow keys to go to the song you want to play
- Hit the tab key twice to focus the inline "Play Now" button
- Hit the return key
This MR makes the "Play Now" action get triggered by the return key, removing the somewhat awkward step 3 from the above sequence. Since this is in a FocusScope, it only happens while a playlist song is selected, so there are no regressions with return key handling in other contexts.
Edited by Nate Graham