Checkpoint web parity through Chromium input tasks
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

This commit is contained in:
mes123456
2026-08-19 10:39:03 -04:00
parent 5a11045ca5
commit 380cbed4ff
634 changed files with 41862 additions and 212 deletions

17
docs/tasks/M14-04E.md Normal file
View File

@@ -0,0 +1,17 @@
# M14-04EChromium US/non-US/dead-key/modifier keymap fixture
- `task`: `M14-04E`
- `parent`: `M14-04D`
- `status`: `in_progress`
## 目标
固定 Chromium 生产路径的 key identity 解析US 与非 US 字符、dead key、Shift/Ctrl/Alt/Meta
修饰键必须保留原始 `key`/`code`/`location`/修饰键,不把字符布局推断为另一种物理按键。
Firefox/WebKit 不在本项目范围内。
## 验收
```text
npm --prefix web run test:chromium-keymap-fixture
```