diff --git a/public/js/script.js b/public/js/script.js index c3dcf1369..5c3a2bd03 100644 --- a/public/js/script.js +++ b/public/js/script.js @@ -2375,6 +2375,7 @@ $(document).keypress(function (event) { if (event["keyCode"] == 32) return; if (event["keyCode"] == 27) return; if (event["keyCode"] == 93) return; + if (event.key == "ContextMenu") return; //start the test if (currentInput == "" && inputHistory.length == 0 && !testActive) { try {