Files
dudu/desktop
wangjia ccce39a83a
ci / server (push) Failing after 11s
ci / design-system (push) Failing after 11s
fix(desktop): 文字注入崩溃——粘贴键用物理键码避开主线程限制的布局查询
enigo 的 Key::Unicode('v') 会调 TSMGetInputSourceProperty 查键盘布局,该 API 必须主线程执行;注入跑在 tokio 后台线程上,macOS 15/26 收紧主线程校验后触发断言崩溃(松开说话、识别成功后注入即崩)。改用 kVK_ANSI_V 物理键码 Key::Other(9),走 CGEvent 无需布局查询,与键盘布局无关。

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-11 22:44:54 +08:00
..