mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-11 18:04:27 +08:00
removed unnecessary line
This commit is contained in:
parent
960efe4b23
commit
c888f30944
1 changed files with 1 additions and 2 deletions
|
|
@ -4555,8 +4555,7 @@ $(document).keydown(function (event) {
|
|||
return;
|
||||
if (/F\d+/.test(event.key)) return;
|
||||
if (/Numpad/.test(event.key)) return;
|
||||
if (/KeyVolume/.test(event.key)) return;
|
||||
if (/AudioVolume/.test(event.key)) return;
|
||||
if (/Volume/.test(event.key)) return;
|
||||
event = emulateLayout(event);
|
||||
|
||||
//start the test
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue