mirror of
https://github.com/sigmasternchen/Wish
synced 2025-03-14 23:28:53 +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,
|
||||
"alt": e.altKey,
|
||||
"altgr": e.altGraphKey
|
||||
};
|
||||
});
|
||||
}
|
||||
Emulator.handleKeyDown = function(e) {
|
||||
var keycode = Emulator.getKeyCode(e);
|
||||
|
|
Loading…
Reference in a new issue