-
-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
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
feat(linux): mcompile - rewrite mcompile for Linux 🐘 #8839
Closed
Closed
Conversation
This file contains 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
keymanapp-test-bot
bot
added
the
user-test-missing
User tests have not yet been defined for the PR
label
May 22, 2023
User Test ResultsTest specification and instructions User tests are not required Test Artifacts |
keymanapp-test-bot
bot
removed
the
user-test-missing
User tests have not yet been defined for the PR
label
May 22, 2023
SabineSIL
changed the title
Feature/linux mcompile: rewrite mcompile for Linux
Feature/linux mcompile: rewrite mcompile for Linux 🐘
May 22, 2023
SabineSIL
changed the title
Feature/linux mcompile: rewrite mcompile for Linux 🐘
Feature/(linux): mcompile - rewrite mcompile for Linux 🐘
May 22, 2023
…rd, get keysms and push to vector
SabineSIL
force-pushed
the
feature/linux-mcompile
branch
from
May 31, 2023 13:00
037e517
to
b3a591c
Compare
darcywong00
changed the title
Feature/(linux): mcompile - rewrite mcompile for Linux 🐘
feat(linux): mcompile - rewrite mcompile for Linux 🐘
Jun 1, 2023
…yout in xkb has more
…ignore X_bak_foldercosmetics, comments
…e needed; ; replace some DataTypes
…data feat(linux): mcompile query data 🐘
This was referenced Aug 2, 2023
Closed
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.
fixes #7068
This is a proposal to rewrite mcompile for Linux. For this we need to query the base keyboard data from the Linux platform, then rewriting the keyboard .kmx using the same approach as is done in mcompile for Windows, but working from the data from the x11 keyboard on Linux.
Ideally, we'd rewrite mcompile to be cross-platform (Windows, Linux, macOS), so that the keyboard interrogation would be separated from the .kmx rewriting, at least to some degree. Nevertheless it would probably be easiest to start from a standalone implementation.
connected to #8558 mcompile - use static tables for windows keyboard data
@keymanapp-test-bot skip