virtual keyboard

Hi to all, exist in servoy the virtual keyboard as plugin, or bean or javascript? in a discussion a user paste a link to JQuery about a plugin of this javascript framework that show a virtual keyboard. It is convenient? Or not? If no, how can i make this?

Thanks

I finally solved by constructing the virtual keyboard from me. I make a keyboard like the ios or android. In the keyboard is present a “return” key because i use this keyboard in more search form and i want to emulate the onAction method of a text_field via code… Can i make this for example concatenating a ‘\n’ at the end of a dataprovider of the text_field?

Thanks in advance.