Files
mes123456 10640aeb3c
Some checks failed
M6 deployable RC / quick (push) Has been cancelled
M6 deployable RC / chromium (push) Has been cancelled
M6 deployable RC / release (push) Has been cancelled
Govern task context and advance execution pointer
2026-08-20 06:02:43 -04:00

27 lines
952 B
Markdown

# M14-04E Status
status: done
task: Chromium US/non-US/dead-key/modifier keymap fixture
updated: 2026-08-19 America/New_York
enablingTask: false
parityStateChange: false
## Scope
Added a versioned keyboard observation contract preserving layout character (`key`), physical key
(`code`), location, repeat, composition state, dead-key identity and modifier flags. Chromium
production events verified US, non-US character, dead-key and modifier fixtures. Firefox/WebKit are
excluded.
## Evidence
- `npm --prefix web run build` passed.
- `npm --prefix web run test:chromium-keymap-fixture` passed: 2 protocol tests and 4 real Chromium
keyboard fixtures.
- Checker output: `chromium-keymap-ok fixtures=US,NON_US,DEAD_KEY,MODIFIER observations=4 execution=DISABLED next=M14-04F`.
- `npm --prefix web run typecheck` and `git diff --check` passed.
## Next Task
`M14-04F`: Chromium touch modal cancel, two-finger navigation and single pen Main commit.