MindFusion.Virtual Keyboard for JavaScript V1.2

Released: May 13, 2026

Updates in V1.2

Funktionen

  • Layout Ring:
    • You can now define a sequence of keyboard layouts that can be cycled through by setting the layoutRing property. Add LayoutRingKey to your layouts to let users cycle through the list. Layouts from this list are automatically assigned to layout when user presses the LayoutRingKey, or if you call the selectLayout method from code.
    • The KeyboardLayout class includes two new properties to control the appearance of the LayoutRingKey: image and label. One of these is displayed by the key to indicate the next layout in the cycle, following this priority:
      • If the next layout has a non-null / empty image property, that image is displayed.
      • If there is no image assigned to the layout, but the label property is set, that text is displayed as key's content.
      • If neither image nor label is set, the key will display the Unicode keyboard symbol (U+2328) as a fallback.