mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 21:59:18 +02:00
Fix #1183: use p instead of space for play/pause
This commit is contained in:
parent
3533ba889f
commit
9680222c25
2 changed files with 2 additions and 16 deletions
|
@ -206,7 +206,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<GlobalEvents
|
||||
@keydown.space.prevent.exact="togglePlay"
|
||||
@keydown.p.prevent.exact="togglePlay"
|
||||
@keydown.ctrl.shift.left.prevent.exact="previous"
|
||||
@keydown.ctrl.shift.right.prevent.exact="next"
|
||||
@keydown.shift.down.prevent.exact="$store.commit('player/incrementVolume', -0.1)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue