-
-
Notifications
You must be signed in to change notification settings - Fork 111
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): mnemonic layout support 🐘 #9384
Merged
mcdurdin
merged 316 commits into
epic/linux-mcompile
from
feat/linux/mcompile-DoConvert-read
Aug 14, 2024
Merged
feat(linux): mnemonic layout support 🐘 #9384
mcdurdin
merged 316 commits into
epic/linux-mcompile
from
feat/linux/mcompile-DoConvert-read
Aug 14, 2024
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
User Test ResultsTest specification and instructions User tests are not required |
mcdurdin
changed the title
Feat/linux/mcompile do convert read
feat(linux): mcompile do convert read
Aug 2, 2023
mcdurdin
changed the base branch from
feature-linux-mcompile
to
epic-linux-mcompile
August 2, 2023 04:12
mcdurdin
changed the base branch from
epic-linux-mcompile
to
epic/linux-mcompile
August 2, 2023 04:15
keymanapp-test-bot
bot
changed the title
feat(linux): mcompile do convert read
feat(linux): mcompile do convert read 🐘
Aug 2, 2023
…art adding numpad to rgkey
github-actions
bot
added
linux/engine/
windows/
windows/engine/
and removed
windows/
linux/engine/
windows/engine/
labels
Aug 14, 2024
chore(linux): add build.sh for mcompile-lin 🐘
github-actions
bot
added
linux/engine/
windows/
windows/engine/
and removed
windows/
linux/engine/
windows/engine/
labels
Aug 14, 2024
refactor(linux): remove local u16 and use km_u16 🐘
github-actions
bot
added
linux/engine/
windows/
windows/engine/
and removed
windows/
linux/engine/
windows/engine/
labels
Aug 14, 2024
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
see #3345
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