mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
Merge branch 'master' of github.com:whscullin/apple2js
This commit is contained in:
commit
5ebb5b0615
@ -736,6 +736,7 @@ function _keydown(evt) {
|
|||||||
}
|
}
|
||||||
if (evt.keyCode === 112) { // F1 - Reset
|
if (evt.keyCode === 112) { // F1 - Reset
|
||||||
cpu.reset();
|
cpu.reset();
|
||||||
|
evt.preventDefault(); // prevent launching help
|
||||||
} else if (evt.keyCode === 113) { // F2 - Full Screen
|
} else if (evt.keyCode === 113) { // F2 - Full Screen
|
||||||
var elem = document.getElementById('screen');
|
var elem = document.getElementById('screen');
|
||||||
if (document.webkitCancelFullScreen) {
|
if (document.webkitCancelFullScreen) {
|
||||||
|
Loading…
Reference in New Issue
Block a user