fix(guest): add us-acentos keyboard layout option - #195
Open
dyl-joseph wants to merge 3 commits into
Open
Conversation
Red commit for issue omacom#194. Requires the keyboard-us-acentos backport. Fails until the patch lands.
Add English (US, intl. with dead keys)|us-acentos to OMARCHY_KEYBOARD_LAYOUTS via backport. Console keymap maps to XKB us/intl through systemd kbd-model-map. No change to apply_keyboard or input.lua. Fixes omacom#194.
Resolve the spec transaction against current repos. 16 version bumps plus new numactl 2.0.19-1. Matches the drift reported by the guest build.
dyl-joseph
marked this pull request as draft
September 12, 2026 06:27
dyl-joseph
marked this pull request as ready for review
September 12, 2026 07:04
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.
Why
Try Omarchy runs on Macs with ANSI keyboards. The onboarding list offered only br-abnt2 for Brazilian Portuguese. That layout puts semicolon on the key labeled slash. ANSI hardware has no AB11 key. This change adds us-acentos. It maps to XKB us with the intl variant. Accents work through dead keys. Slash stays on its printed key.
Scope
Tradeoffs
Upstream owns the list. A backport keeps the pinned tree verbatim and applies one reviewed row. A label that names Portuguese and Brazil would read better for Brazilians. The issue requests the English US intl wording. This keeps the requested wording so upstream can adopt the same row.
Blast Radius
The first boot picker gains one entry. Existing entries keep their order and values. apply_keyboard and input.lua stay unchanged. systemd-firstboot resolves us-acentos through kbd-model-map.
Verification
Fixes #194.