Merge pull request #66 from giuscri/sbar_ppause
Make spacebar trigger play/pause event
This commit is contained in:
@@ -94,6 +94,8 @@ function init () {
|
|||||||
} else {
|
} else {
|
||||||
dispatch('back')
|
dispatch('back')
|
||||||
}
|
}
|
||||||
|
} else if (e.which === 32) {
|
||||||
|
dispatch('playPause')
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user