MindFusion.Virtual Keyboard for WPF 版本發佈

查看各個版本中的最新內容,包含功能、增強與已解決問題的詳細資訊。

1月
2月
3月
4月
5月
6月
7月
8月
9月
10月
11月
12月
MindFusion.Virtual Keyboard for WPF V5.22026年2月6日
功能
  • 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.