MindFusion.Virtual Keyboard for JavaScript Releases

Released: May 13, 2026

Updates in V1.2

Features

  • 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...

Released: Jan 5, 2022

Updates in V1.1

Features

  • ECMAScript 6 (ES6) modules, classes and properties
    • The source code has been refactored following ES6 standards, including modules, classes and properties.
    • Get/set functions have been replaced by getter/setter properties, which should help you use the keyboard API with the binding expressions of various JavaScript frameworks.
    • The distribution still includes ES5-compatible scripts located in Scripts/umd folder, which are transpiled from current ES6 code, and whose classes are exposed as...