grnköegnmerkö
This commit is contained in:
parent
ed264661a2
commit
23a62d3803
@ -72,7 +72,7 @@ window.requestAnimFrame = (function(){
|
||||
" ": clickOnElementBinding("#f0ck-image")
|
||||
};
|
||||
document.addEventListener("keydown", e => {
|
||||
if(e.key in keybindings && e.target.tagName !== "INPUT") {
|
||||
if(e.key in keybindings && e.target.tagName !== "INPUT" && e.target.tagName !== "TEXTAREA") {
|
||||
if(e.shiftKey || e.ctrlKey || e.metaKey || e.altKey)
|
||||
return;
|
||||
e.preventDefault();
|
||||
|
Loading…
x
Reference in New Issue
Block a user