Currently, there is only one predefined keyboard layout - QWERTY.
For example, when the culture is:
As a workaround, I have modified and saved the AZERTY and QWERTZ keyboard layouts into XML files. You can use the LoadLayout method of RadVirtualKeyboard to load them.
this.radVirtualKeyboard1.LoadLayout(@"..\..\Layouts\azerty.xml");
//this.radVirtualKeyboard1.LoadLayout(@"..\..\Layouts\qwertz.xml");
Hello,
I tried using the VirtualKeyboard on a touch screen and I do not see the expected behavior that I see on a normal pc.
In more details, when a key is pressed on the touch screen, the key remains highlighted. Additionally when a button is pressed for a couple of seconds, then you can not see the repeating press behavior of the button on the screen (like you see on a normal pc) and you only notice a single press behavior.
Is there a possibility to add a button sound each time a key is pressed?
Regards,
Yannis