Question:
How can the Keypad be closed when Enter button is pressed?
Solution:
A possible solution is to create a script in the desired screen, in OnKeyPress event, and select ENTER (Return) key. In this event, add the script below, changing KeyPadVisible property to 0:
Application.keyPadVisible = 0