mirror of
https://github.com/koel/koel
synced 2024-11-10 14:44:13 +00:00
chore(docs): lowercase shortcut keys
This commit is contained in:
parent
1d105ff994
commit
937d115b80
2 changed files with 20 additions and 20 deletions
|
@ -10,7 +10,7 @@ fuzzy searches against your music collection and returns the most relevant resul
|
|||
|
||||
## Configuration
|
||||
|
||||
Out of the box, Koel uses the [TNTSearch](https://github.com/teamtnt/tntsearch), a powerful full-text search engine written entirely in PHP and requires no configuration.
|
||||
Out of the box, Koel uses [TNTSearch](https://github.com/teamtnt/tntsearch), a powerful full-text search engine written entirely in PHP and requires no configuration.
|
||||
|
||||
Switching to [Algolia](https://www.algolia.com/) is just a matter of changing the driver value to `algolia` and populating the credentials into `.env`:
|
||||
|
||||
|
|
|
@ -131,13 +131,13 @@ 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.
|
||||
|
||||
* <kbd>F</kbd> puts the focus into the search box and triggers the instant search screen
|
||||
* <kbd>f</kbd> puts the focus into the search box and triggers the instant search screen
|
||||
* <kbd>Enter</kbd> plays a song. If multiple songs are being selected, <kbd>Enter</kbd> adds them to the bottom of the queue, <kbd>Shift</kbd>+<kbd>Enter</kbd> queues them to top. Adding a <kbd>Cmd</kbd> or <kbd>Ctrl</kbd> into the combo plays the first selected song right away.
|
||||
* <kbd>Space</kbd> toggles playback
|
||||
* <kbd>J</kbd> plays the next song in queue
|
||||
* <kbd>K</kbd> plays the previous song in queue
|
||||
* <kbd>L</kbd> marks/unmarks the current song as favorite
|
||||
* <kbd>Ctrl/Cmd</kbd>+<kbd>A</kbd> selects all songs in the current song-list screen when the list is focused
|
||||
* <kbd>j</kbd> plays the next song in queue
|
||||
* <kbd>k</kbd> plays the previous song in queue
|
||||
* <kbd>l</kbd> marks/unmarks the current song as favorite
|
||||
* <kbd>Cmd/Ctrl</kbd>+<kbd>a</kbd> selects all songs in the current song-list screen when the list is focused
|
||||
* <kbd>Delete</kbd> removes selected song(s) from the current queue/playlist
|
||||
|
||||
With a browser that supports [MediaSession](https://developer.mozilla.org/en-US/docs/Web/API/MediaSession) — basically, all modern browsers — you can control Koel using hardware media keys without even having Koel _or the browser_ focused.
|
||||
|
|
Loading…
Reference in a new issue