making sure holding down command stops the input

This commit is contained in:
Jack 2020-11-12 16:49:14 +00:00
parent 8ade02f170
commit 623c54bc5b

View file

@ -4542,6 +4542,7 @@ $(document).keydown(function (event) {
if (/Numpad/.test(event.key)) return;
if (/Volume/.test(event.key)) return;
if (event.ctrlKey) return;
if (event.metaKey) return;
event = emulateLayout(event);
//start the test