mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
Merge pull request #133 from Dogfalo/master
Add support for Media keys on keyboard
This commit is contained in:
commit
b30ecc52f9
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@
|
|||
@keydown.j = "playNext"
|
||||
@keydown.k = "playPrev"
|
||||
@keydown.f = "search"
|
||||
@keydown.177 = "playPrev"
|
||||
@keydown.176 = "playNext"
|
||||
@keydown.179 = "togglePlayback"
|
||||
>
|
||||
<site-header></site-header>
|
||||
<main-wrapper></main-wrapper>
|
||||
|
|
Loading…
Reference in a new issue