fix typo
This commit is contained in:
parent
e610365e67
commit
636ace5178
1 changed files with 1 additions and 1 deletions
|
|
@ -244,7 +244,7 @@ function normalizeCommandKeys(callback, e, keyCode) {
|
|||
if (pressedKeys[keyCode] == 1)
|
||||
ts = e.timeStamp;
|
||||
} else if (keyCode === 18 && hashId === 3 && location === 2) {
|
||||
var dt = e.timestamp - ts;
|
||||
var dt = e.timeStamp - ts;
|
||||
if (dt < 50)
|
||||
pressedKeys.altGr = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue