mirror of
https://github.com/sigmasternchen/Wish
synced 2025-03-15 07:28:56 +00:00
It's late...
This commit is contained in:
parent
8a26d63074
commit
01b35fb504
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ Emulator.handleKeyPress = function(e) {
|
||||||
"ctrl": e.ctrlKey,
|
"ctrl": e.ctrlKey,
|
||||||
"alt": e.altKey,
|
"alt": e.altKey,
|
||||||
"altgr": e.altGraphKey
|
"altgr": e.altGraphKey
|
||||||
};
|
});
|
||||||
}
|
}
|
||||||
Emulator.handleKeyDown = function(e) {
|
Emulator.handleKeyDown = function(e) {
|
||||||
var keycode = Emulator.getKeyCode(e);
|
var keycode = Emulator.getKeyCode(e);
|
||||||
|
|
Loading…
Reference in a new issue