// Update is called once per frame
 void LateUpdate()
 {
     text.text = keys.getText();
 }