diff --git a/docs/assets/icons/queue.svg b/docs/assets/icons/queue.svg new file mode 100644 index 00000000..1a1aabcf --- /dev/null +++ b/docs/assets/icons/queue.svg @@ -0,0 +1 @@ + diff --git a/docs/assets/img/interface/footer.avif b/docs/assets/img/interface/footer.avif new file mode 100644 index 00000000..d1848c98 Binary files /dev/null and b/docs/assets/img/interface/footer.avif differ diff --git a/docs/assets/img/interface/footer.webp b/docs/assets/img/interface/footer.webp deleted file mode 100644 index 92cf1e71..00000000 Binary files a/docs/assets/img/interface/footer.webp and /dev/null differ diff --git a/docs/usage/web-interface.md b/docs/usage/web-interface.md index 4ae20909..7a82de99 100644 --- a/docs/usage/web-interface.md +++ b/docs/usage/web-interface.md @@ -50,15 +50,16 @@ To play in order instead of shuffling, hold down Alt/Option while cli When a song is playing, you can control playback using the buttons at the bottom of the screen as well as rewind/fast-forward the song by clicking and dragging the progress bar. -![Footer controls](../assets/img/interface/footer.webp) +![Footer controls](../assets/img/interface/footer.avif) From the same area, you also can: * like/unlike the current song -* control the volume * switch between repeat modes -* show the equalizer +* toggle the Queue screen * show the visualizer +* show the equalizer +* control the volume * toggle full-screen mode Right-clicking the footer area brings up context menu for the currently playing song. @@ -131,6 +132,7 @@ Koel has a number of keyboard shortcuts to make it easier to navigate and contro Note that these shortcuts are only triggered when the focus is not on an input field (including the volume control and the music track) or a textarea. +* q toggle the Queue screen * f puts the focus into the search box and triggers the instant search screen * Enter plays a song. If multiple songs are being selected, Enter adds them to the bottom of the queue, Shift+Enter queues them to top. Adding a Cmd or Ctrl into the combo plays the first selected song right away. * Space toggles playback @@ -154,6 +156,7 @@ import expandIcon from '../assets/icons/expand.svg' import filterIcon from '../assets/icons/filter.svg' import heartIcon from '../assets/icons/heart.svg' import plusIcon from '../assets/icons/plus-circle.svg' +import queueIcon from '../assets/icons/queue.svg' import repeatIcon from '../assets/icons/repeat.svg' import shuffleIcon from '../assets/icons/shuffle.svg' import slidersIcon from '../assets/icons/sliders.svg'