Make authentication process more reliable

This commit is contained in:
NI
2021-07-10 10:11:12 +08:00
parent a9f74578bd
commit f99310cb16
3 changed files with 23 additions and 16 deletions

View File

@@ -640,6 +640,22 @@ export const consoleScreenKeys = [
which: 81,
},
],
[
"Ctrl+X",
{
altKey: false,
charCode: 0,
code: "KeyX",
ctrlKey: true,
key: "x",
keyCode: 88,
location: 0,
metaKey: false,
repeat: false,
shiftKey: false,
which: 88,
},
],
],
},
];