Event -Hörer JS Keydown funktioniert nicht

window.addEventListener("keydown", function(e){}, true);
//true makes it work
Upset Unicorn