How to create QWERTZ keyboard
Environment
Product Version | Product | Author |
---|---|---|
2021.1.223 | RadVirtualKeyboard for WinForms | Nadya Karaivanova |
Description
By default, RadVirtualKeybord is of QWERTY keyboard type. However, it is a commom requirement to customize the keyboard to another type, for example - QWERTZ or AZERTY. The main difference between these three keyboards is the position of the Q, W, Z and A keys.
This tutorial will demonstrate how you can achieve this type of keyboard with RadVirtualKeyboard control.
Solution
In order to achieve this, we need to replace the positions of the Y and Z keys. We should find the desired keys, remove them from the Keys collection, then insert the keys back on desired position. The following code snippet demonstrates this:
Feel free to use this approach in order to customize the position of the keys in any way that is suitable for you.