El oyente de eventos JS Keydown no funciona

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