I'm using the Google maps API to place a map onto a web page.
As the Computer with the map has not a keyboard, I simulate a javascript "onscreen" keyboard. My problem is that I don't know how to generate the "Enter" key.
My map has a searchbox (libraries=places), where the user input his choice. On a normal computer I press enter to "search", how can I do that with my onscreen keyboard?
Thank you!