// Use this for initialization
 void Start()
 {
     text.text = "";
     keys.TurnOnVisualKeyboard();
     keys.interfaz = this;
 }