MindFusion.Virtual Keyboard for WPF Versionen

Erfahren Sie, was sich in den einzelnen Releases geändert hat – mit Details zu Funktionen, Verbesserungen und behobenen Problemen.

Jan
Feb
Mär
Apr
Mai
Jun
Jul
Aug
Sep
Okt
Nov
Dez
MindFusion.Virtual Keyboard for WPF V5.26. Feb. 2026
Funktionen
  • Avalonia.XPF/ Multi-Platform Support:
    • The virtual keyboard can now be used under Avalonia.XPF. If the control detects non-Windows system, it replaces the Windows native API-based keyboard emulation code with WPF event routing-based one. With that, the keyboard loses several features on macOS and Linux:
      • Sending keyboard events to a different process will not work.
      • The keyboard can no longer query the OS for mapping from virtual key codes to key labels, which are used to render standard layouts. Language details are now loaded from embedded resource tables, and only a few languages have been implemented so far.
      • It cannot follow current input language of the OS (what you'd select from Windows taskbar), and it must be set manually.
      • Current list of character maps supported on non-Windows systems is:
        • English / en-US.
        • English / en-GB.
        • German / de-DE.
        • French / fr-FR.
        • Dutch / nl-NL.
        • Swedish / sv-SE.
        • Spanish / es-ES.
        • Portuguese / pt-PT.
        • Italian / it-IT.
        • Norwegian / nb-NO.
        • Danish / da-DK.
        • Polish / pl-PL.
        • Romanian / ro-RO.
        • Greek / el-GR.
        • Ukrainian / uk-UA.
        • Finnish / fi-FI.
        • Hungarian / hu-HU.
        • Czech / cs-CZ.
        • Turkish / tr-TR.
        • Bulgarian / bg-BG.