Simple question but can't figure out how to do this.
I have a messagebox with just one single "OK" Button, which appears by catching invalid datatypes/formats on inputs.
I want that the "OK" Button will be pushed after pressing Space (and only Space)
I guess I need some sort of event, which checks if the space button is pressed (but only) on this messagebox. But somehow it sounds a bit to inconvinient for such a simple task.