Question:
How can I open the KeyPad at a specific position?
Solution:
To do so, you must indicate this position in the script that opens the KeyPad:
GetKeyPad().X = 300
GetKeyPad().Y = 500
GetkeyPad.Show
In this script, the values (300 and 500) are given in pixels.