Skip to content

fix(keyboard): 修复快速打字时的漏键问题 - #736

Merged
kingzcheung merged 2 commits into
ximeiorg:mainfrom
kingzcheung:main
Aug 26, 2026
Merged

fix(keyboard): 修复快速打字时的漏键问题 #736
kingzcheung merged 2 commits into
ximeiorg:mainfrom
kingzcheung:main

Conversation

@kingzcheung

@kingzcheung kingzcheung commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

概述

  • 在KeyButton和SwipeableKeyButton中提取点击条件判断为shouldClick变量
  • 移除swipeDetected对点击事件的抑制逻辑
  • 添加详细注释说明5dp位移与touch slop之间的处理机制
  • 防止在drag未激活时因swipeDetected导致的吃键现象

chore(build): 更新版本号至20260827

  • 将versionCode从20260826更新到20260827
  • 更新rime子项目提交版本
  • 更新librime-lua-deps子项目状态

关联 Issue

Closes #(填写关联 issue 号)

改动类型

  • 新功能
  • 功能优化
  • Bug 修复
  • 重构
  • CI / 构建
  • 文档

自测清单

  • 代码编译通过
  • 已运行 ./gradlew test 并通过
  • 已在真机/模拟器上验证

备注

补充说明(如有)。

- 在KeyButton和SwipeableKeyButton中提取点击条件判断为shouldClick变量
- 移除swipeDetected对点击事件的抑制逻辑
- 添加详细注释说明5dp位移与touch slop之间的处理机制
- 防止在drag未激活时因swipeDetected导致的吃键现象

chore(build): 更新版本号至20260827

- 将versionCode从20260826更新到20260827
- 更新rime子项目提交版本
- 更新librime-lua-deps子项目状态

style(composition): 格式化CompositionLocalProvider参数
@kingzcheung kingzcheung linked an issue Aug 26, 2026 that may be closed by this pull request
@kingzcheung
kingzcheung merged commit 834da3f into ximeiorg:main Aug 26, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] 存在“吞键”现象。

1 participant