here is my code:
<iframe src="http://bing.com" style="width:100%; height:500px;"/>
<script>
$(document.querySelector("iframe").contentWindow.document).on("keydown", function () {
console.log("prpr")
})
</script>
when i focus in iframe and hit keyboard, the keydown func isn't be triggered, how to set shortcut for iframe document? Exist sof questions don't fix my question