You cannot, unless the frame has focus.
What you can do is to make keydown in the external window the focus of the iframe or always somehow focus the iframe or configure the iframe by default (maybe good enough, not sure what you are doing)
But for a window keydown to run in any window (frame or not), focus is required for this frame.
source share