ignoring more keys

This commit is contained in:
Jack 2020-10-28 20:37:37 +00:00
parent 64bdb265dd
commit 9faac5611c

View file

@ -4529,6 +4529,18 @@ $(document).keydown(function (event) {
"ArrowRight",
"ArrowDown",
"OS",
"Insert",
"Home",
"Undefined",
"Control",
"Fn",
"FnLock",
"Hyper",
"NumLock",
"ScrollLock",
"Symbol",
"SymbolLock",
"Super",
undefined
].includes(event.key)
) return;