feat(layout): add armenian_hm_qwerty layout (@eupn)#8172
Open
eupn wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds new keyboard layout armenian_hm_qwerty intended to match macOS “Armenian - HM QWERTY”, wiring it into the shared layout-name schema and adding the corresponding frontend static layout JSON.
Changes:
- Add
armenian_hm_qwertytoLayoutNameSchema - Add new layout definition file
frontend/static/layouts/armenian_hm_qwerty.json
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 7 comments.
| File | Description |
|---|---|
| packages/schemas/src/layouts.ts | Registers new layout name in the schema enum. |
| frontend/static/layouts/armenian_hm_qwerty.json | Introduces new ANSI keymap mapping for Armenian HM QWERTY. |
Contributor
|
Continuous integration check(s) failed. Please review the failing check's logs and make the necessary changes. |
2ac4932 to
e758c3f
Compare
e758c3f to
ba5a094
Compare
fehmer
reviewed
Jun 29, 2026
| ["խ", "Խ", " "], | ||
| ["ծ", "Ծ", "ց", "Ց"], | ||
| ["վ", "Վ", "և"], | ||
| ["բ", "Բ", " "], |
Member
There was a problem hiding this comment.
" " is the spacebar, are you sure the alt-key produces a space?
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.
Description
This PR adds (Eastern) Armenian keyboard layout as it's on MacOS ("Armenian - HM QWERTY").
Checks
packages/schemas/src/layouts.tsfrontend/static/layouts