Ignore keyboard shortcuts when Ctrl is held down

This commit is contained in:
Preston 2020-12-21 14:43:50 -05:00
parent 3af6f9b65f
commit 1614baf210
1 changed files with 4 additions and 0 deletions

View File

@ -622,6 +622,10 @@ export default Vue.extend({
}
}
if (event.ctrlKey) {
return
}
if (this.player !== null) {
switch (event.which) {
case 32: