mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-06 05:43:47 +08:00
Revert "Ignore keys with Alt modifier"
This commit is contained in:
parent
37867dcde7
commit
cdb53e2cda
1 changed files with 0 additions and 1 deletions
|
@ -4954,7 +4954,6 @@ function handleAlpha(event) {
|
|||
if (/Numpad/.test(event.key)) return;
|
||||
if (/Volume/.test(event.key)) return;
|
||||
if (event.ctrlKey) return;
|
||||
if (event.altKey) return;
|
||||
if (event.metaKey) return;
|
||||
event = emulateLayout(event);
|
||||
|
||||
|
|
Loading…
Reference in a new issue