Solved overriding the function OnKeyDown in the generic button graph.
1st, add a custom event next to the procedure executed when mouse-clicking the button:
and then, override the function “On Key Down” to make it call the custom event when Enter key is pressed. Like this:
That was all.