Is there a way to trigger and show the On-Screen-Keyboard in Windows 7/8 when the user clicks onto a text-input (like a form in a normal html page)?
I think that the behaviour is similar of that of mobile-phones or tablets, but i would have a solution for computer desktop.
So, the questions, in detail, are:
1 - It is possible to trigger the native Windows On-Screen-Keyboard, by clicking in an input text or by pressing a button in the web page? I think that i should use javascript/jquery, but i'm not sure...
2 - I found this plugin http://www.sitepoint.com/jquery-screen-keyboard-plugin/ that seems nice, but
a - I did not understand exactly how to install it
b - I also need the option of automatic scan keys of the on-screen-keyboard (in the Windows native on-screen-keyboard this option is present)...is there a possibility to implement this function in the plugin?
Thanks