diff --git a/public/s/js/f0ck.js b/public/s/js/f0ck.js index 94e3bd8..d039dc1 100644 --- a/public/s/js/f0ck.js +++ b/public/s/js/f0ck.js @@ -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();