Fix #1183: use p instead of space for play/pause

This commit is contained in:
Agate 2020-08-04 11:35:24 +02:00
parent 3533ba889f
commit 9680222c25
2 changed files with 2 additions and 16 deletions

View file

@ -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)"