SIL.Windows.Forms.Keyboarding
16.0.0-beta0010
Prefix Reserved
See the version list below for details.
dotnet add package SIL.Windows.Forms.Keyboarding --version 16.0.0-beta0010
NuGet\Install-Package SIL.Windows.Forms.Keyboarding -Version 16.0.0-beta0010
<PackageReference Include="SIL.Windows.Forms.Keyboarding" Version="16.0.0-beta0010" />
<PackageVersion Include="SIL.Windows.Forms.Keyboarding" Version="16.0.0-beta0010" />
<PackageReference Include="SIL.Windows.Forms.Keyboarding" />
paket add SIL.Windows.Forms.Keyboarding --version 16.0.0-beta0010
#r "nuget: SIL.Windows.Forms.Keyboarding, 16.0.0-beta0010"
#:package SIL.Windows.Forms.Keyboarding@16.0.0-beta0010
#addin nuget:?package=SIL.Windows.Forms.Keyboarding&version=16.0.0-beta0010&prerelease
#tool nuget:?package=SIL.Windows.Forms.Keyboarding&version=16.0.0-beta0010&prerelease
The SIL.Windows.Forms.Keyboarding library provides cross-platform functionality for keyboard selection and switching in Windows Forms applications. Currently, this library supports system and Keyman keyboards on Windows, and X keyboard extension (XKB) and Intelligent Input Bus (IBus) keyboards on Linux.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0-windows7.0 is compatible. net9.0-windows was computed. net10.0-windows was computed. |
| .NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 is compatible. net481 was computed. |
-
.NETFramework 4.6.2
- ibusdotnet (>= 2.0.3)
- icu.net (>= 3.0.0-beta.296)
- L10NSharp (>= 8.0.0-beta0005)
- Mono.Unix (>= 7.1.0-final.1.21458.1)
- SIL.Core (>= 16.0.0-beta0010)
-
.NETFramework 4.8
- ibusdotnet (>= 2.0.3)
- icu.net (>= 3.0.0-beta.296)
- L10NSharp (>= 8.0.0-beta0005)
- Mono.Unix (>= 7.1.0-final.1.21458.1)
- SIL.Core (>= 16.0.0-beta0010)
-
net8.0-windows7.0
- ibusdotnet (>= 2.0.3)
- icu.net (>= 3.0.0-beta.296)
- L10NSharp (>= 8.0.0-beta0005)
- Mono.Unix (>= 7.1.0-final.1.21458.1)
- SIL.Core (>= 16.0.0-beta0010)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on SIL.Windows.Forms.Keyboarding:
| Package | Downloads |
|---|---|
|
SIL.Windows.Forms.WritingSystems
SIL.Windows.Forms.WritingSystems contains Windows Forms UI elements for displaying and editing writing systems as defined by the SIL.WritingSystems assembly. |
|
|
SIL.Windows.Forms.Keyboarding.Tests
Unit tests for SIL.Windows.Forms.Keyboarding |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on SIL.Windows.Forms.Keyboarding:
| Repository | Stars |
|---|---|
|
sillsdev/FieldWorks
FieldWorks is a suite of software tools for language and cultural data, with support for complex scripts.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 18.0.0-beta0010 | 45 | 4/28/2026 |
| 18.0.0-beta0009 | 52 | 4/26/2026 |
| 18.0.0-beta0008 | 96 | 4/23/2026 |
| 18.0.0-beta0007 | 67 | 4/22/2026 |
| 18.0.0-beta0006 | 55 | 3/26/2026 |
| 18.0.0-beta0005 | 49 | 3/24/2026 |
| 18.0.0-beta0004 | 63 | 3/16/2026 |
| 18.0.0-beta0003 | 67 | 2/26/2026 |
| 18.0.0-beta0002 | 61 | 2/17/2026 |
| 18.0.0-beta0001 | 79 | 2/4/2026 |
| 17.0.0 | 1,366 | 2/2/2026 |
| 17.0.0-beta0097 | 86 | 1/5/2026 |
| 17.0.0-beta0095 | 251 | 12/18/2025 |
| 17.0.0-beta0094 | 241 | 12/17/2025 |
| 17.0.0-beta0093 | 246 | 12/16/2025 |
| 17.0.0-beta0092 | 222 | 12/15/2025 |
| 17.0.0-beta0091 | 97 | 12/12/2025 |
| 17.0.0-beta0089 | 858 | 12/10/2025 |
| 17.0.0-beta0088 | 403 | 12/9/2025 |
| 16.0.0-beta0010 | 119 | 2/5/2025 |
Changes since version 15.0.0
Changed:
- [SIL.TestUtilities] Made FluentAssertXml classes use "Assert.That" so they can work in clients that use NUnit 4.
- [SIL.Windows.Forms] Removed protected members from FadingMessageWindow: MsgThread, MsgForm, Text, MsgPoint, and ShowForm. (The underlying implementation needed to be changed, and the existing implementation was such that these members would be unlikely to have been meaningful or helpful in a derived class anyway.)
- [SIL.Windows.Forms] Added the stated requirement that FadingMessageWindow.Show be called on the UI thread.
-
Fixed:
- [SIL.Windows.Forms] Changed build date in SILAboutBox to be computed using the last write time instead of creation time.
- [SIL.Windows.Forms] Made FadingMessageWindow implement all UI logic on the main UI thread in a thread-safe way. Fixes crashes like SP-2340.
See full changelog at https://github.com/sillsdev/libpalaso/blob/master/CHANGELOG.md