Hi,
i am creating an on screen keyboard to allow controller users to enter their name using the controller only. Entering normal text letters as strings is easy however i wanted to also use Ascii codes to allow the use of the space.. backspace and return keys. Similar to the Basic Chr$(13) for instance.
How can i enter these codes into the textbox? Is there a way using CSS? Or is there an different way altogether ?
Thanks