OnKeyDown not calling

Hi,

I’m currently trying to make a control menu for my game, but i figured out my OnKeyDown function is never called. My OnMouseButtonDown is called.
OnKeyDown:

OnMouseButtonDown:

Pressed the button:

I found out that the widget never has keyboard focus. This is my test setup:

Does anybody knows what the problem is?
Thanks in advance