mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-03 20:40:48 +08:00
ignoring context menu
This commit is contained in:
parent
0b86f7872a
commit
dfa499eb70
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue