fix(windows): reduce SendInput pressure after dictation#503
Merged
H-Chris233 merged 5 commits intoMay 20, 2026
Conversation
PR Reviewer Guide 🔍(Review updated until commit 96a0ee4)Here are some key observations to aid the review process:
|
|
Persistent review updated to latest commit db6c4bd |
This reverts commit db6c4bd.
|
Persistent review updated to latest commit 5bf197c |
|
Persistent review updated to latest commit 358c8d4 |
|
Persistent review updated to latest commit 96a0ee4 |
appergb
pushed a commit
that referenced
this pull request
May 20, 2026
…st 统一定位 + Windows 听写后 SendInput 降压 合并 #503(fix(windows): reduce SendInput pressure after dictation): 听写结束后降低 SendInput 调用压力,优化 coordinator/dictation/insertion 路径。 合并 #505(fix(ui): 统一 SavedToast 弹框位置与进出方向): SavedToast 默认停靠右上角,新增 slideFrom 属性支持 right/top 两种进出方向, SettingsModal 用 slideFrom="top" + absolute 锚定内容区。 合并 #506(refactor(ui): 精简多语言文案 + 设置/风格/市场界面与图标重构): 精简 en/ja/ko/zh-CN/zh-TW 过长功能描述文案, 风格包卡片与编辑器抽屉改用 framer-motion 进出动效, Settings/Marketplace/shared/Icon 界面重构。 本次只动版本号,逻辑改动已在 #503 #505 #506 落盘。
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.
User description
Fixes #491
Summary
CopiedFallbackwhen both clipboard write and Unicode SendInput failValidation
cargo test coordinator:: --manifest-path "openless-all/app/src-tauri/Cargo.toml"Notes
PR Type
Bug fix, Tests
Description
Pace Windows Unicode SendInput
Fallback to clipboard after failure
Refactor streaming insert draining
Add regression tests and copy updates
Diagram Walkthrough
File Walkthrough
3 files
Add shared non-TSF fallback handlingExtract streaming flush and add testsPace Windows Unicode SendInput chunks7 files
Clarify fallback behavior in preferences docsUpdate fallback description for paced insertionRefresh fallback wording in JapaneseRefresh fallback wording in KoreanUpdate Chinese fallback copyUpdate traditional Chinese fallback copyAlign frontend preference docs with fallback flow