We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In trying to add tests for #12644 I realized that there isn't a KMX+ section for <form>.
<form>
Now, in 99% of the cases, the implied fallback data from CLDR will be used, however, there is provision for custom forms.
Since at most one form is used per keyboard (if there's a hardware layout), we might only want to store that one form, i.e. just iso, etc.
A second question is whether we will want to store the scan codes (in the XML) or *vkeys) (what keyman actually uses).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In trying to add tests for #12644 I realized that there isn't a KMX+ section for
<form>
.Now, in 99% of the cases, the implied fallback data from CLDR will be used, however, there is provision for custom forms.
Since at most one form is used per keyboard (if there's a hardware layout), we might only want to store that one form, i.e. just iso, etc.
A second question is whether we will want to store the scan codes (in the XML) or *vkeys) (what keyman actually uses).
The text was updated successfully, but these errors were encountered: