feat(developer): kmc-convert: new conversion xkb->kmn 😎#15922
Draft
SabineSIL wants to merge 299 commits into
Draft
feat(developer): kmc-convert: new conversion xkb->kmn 😎#15922SabineSIL wants to merge 299 commits into
SabineSIL wants to merge 299 commits into
Conversation
…e of a rule if a rule is ambiguous i.e. if it is a C0/C1 rule and has an abiguous C2 or C3 rule we comment out the C0/C1 rule and only use the C2 or C3 rule c WARNING + [CAPS K_EQUAL] > 'ì' (C0/C1) + [CAPS K_EQUAL] > dk(A3) (C2 or C3)
…nd check for control characters
…napp/keyman into feat/developer/kmc-convert
…eInputData | function comments
…for each conversion
User Test ResultsTest specification and instructions User tests are not required Test Artifacts
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The next conversion (kmc-convert: xkb->kmn ):
This is to decice on a possibly new foder structure:
As a starting point we created an additional runable version of kmc-convert: keylayout ->kmn both being identical:
For kmc-convert there are 9 conversion modules but we may reuse some files:
there are:
To prevent duplicate files and to obtain a cleaner structure of src, test-src and test-data files we might create a new folder structure which would suit all present and future conversions well.
This PR proposes:
@keymanapp-test-bot skip