Hi everybody, I have an odd problem with a virtual keyboard within a menu. I followed [this tutorial][1] with the small modification that in my case the virtual keyboard and the textbox are within a widget blueprint. I use WidgetInteractions on my Oculus Touch controllers to type and it works - but only for one button a time. After I pressed one button on the keyboard the second button press will trigger on the keyboard blueprint, but no character appears in the textbox. Only after clicking once on the textbox I can enter a second character, but again, no third.
Originally I thought it was a problem of focus, so I set the focus constantly on the textbox, but it made no difference except that I could now type on the physical keyboard. I also set the keyboard widget and all buttons including their texts to be not focusable, but since it does not seem to be focus related I am a bit at a loss.
If someone could tell me why I can only send one button a time I would much appreciate it.
Have a nice day!