MindFusion.Virtual Keyboard for WPF V5.2
Released: Feb 6, 2026
Aggiornamenti in V5.2
Funzionalità
- 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.