vcs: listen for kbd on emulator div

This commit is contained in:
Steven Hugg 2021-09-16 13:42:52 -05:00
parent 6e568d0c42
commit 97248cf399
2 changed files with 3 additions and 1 deletions

View File

@ -166,6 +166,7 @@ TODO:
- renaming main file doesn't change repo def.
- can't edit or push files until successful compile
- changing platform of repo makes one platform redirect to another platform
- should be able to change vcs -> vcs.mame for exmaple
- keyboard shortcuts
- ctrl+alt+l on ubuntu locks screen
- alt-D doesn't work anymore

View File

@ -487,7 +487,8 @@ class VCSStellaPlatform implements Platform {
scalingMode: this.Stellerator.ScalingMode.qis,
tvEmulation: this.Stellerator.TvEmulation.composite,
phosphorLevel: 0.5,
scanlineLevel: 0.2
scanlineLevel: 0.2,
keyboardTarget: this.mainElement
}
);
}