how to program a virtual keyboard in max?

Dalmazzo's icon

Hi,
I’m patching an interface in jitter for a touchscreen monitor. This interface is showing to the visitor touristic information related to a city in Spain.
Inside the screen is visible also a web among other things.
My question is how can I program a virtual keyboard, integrated in the patch, that works not only in Max (which is easy) but also in the web page, I need to send the keyboard everywhere, I really need to program a virtual keyboard in max, it is possible?
Thanks for the help.
I’m patching this in a pc with vista (auch!)
David

seejayjames's icon

If Windows has an on-screen keyboard for accessibility, that would probably be the easiest. Otherwise you could make one with a bunch of [textbuttons] and send the "keystrokes" using something like [mxj autobot] -- search the Forums for this one. Not sure how it would send the keystrokes to the Web page, you'd need keyboard focus there for it to work...