Skip to content

BetterZUIKey v1.5.2

Latest

Choose a tag to compare

@CommandPrompt-Wang CommandPrompt-Wang released this 31 Aug 12:43
· 4 commits to main since this release

BetterZUIKey v1.5.2

Please scroll down for English / 英语请向下滚动

摘要

本次为输入法组合键体验修复版本。解决输入法切换映射的误触发问题,如 Ctrl+Shift 会被 Ctrl+Shift+←/→ 等文本选择组合键触发。

完整变更: CommandPrompt-Wang/BetterZUIKey@16-v1.5.1...17-v1.5.2

Bug 修复

  • 输入法组合键误触发:Ctrl+Shift / Alt+Shift 原为按下即触发,匹配条件较宽,在 Ctrl+Shift+←/→ 等导航组合键场景下会被误触发。

其他

  • 产物命名:APK 输出统一为 BetterZUIKey-v{版本号}.apk(如 BetterZUIKey-v1.5.2.apk),本地构建与 GitHub Actions 保持一致。
    • 再次强调,个人网站的镜像哈希和大小与 Github 大小不一致为正常现象,前者为我本地编译的产物。检查签名一致即可。
  • 文档更新:README 与应用内帮助。

BetterZUIKey v1.5.2

Highlights

An IME chord experience fix release. This release resolves false-trigger issues with IME switching mappings — e.g., Ctrl+Shift being unintentionally triggered by text-selection combos like Ctrl+Shift+←/→.

Full Changelog: CommandPrompt-Wang/BetterZUIKey@16-v1.5.1...17-v1.5.2

Bug Fixes

  • IME chord false triggers: Ctrl+Shift / Alt+Shift previously fired immediately on key-down with a relatively broad matching condition, which could be accidentally triggered by navigation combos like Ctrl+Shift+←/→.
    • Now passively tracked: modifiers always reach the app; the IME switch / language switch fires as a side effect only on a clean release.
    • Pressing any non-modifier key (e.g. an arrow) while armed contaminates the session and cancels the pending action.

Other

  • ZUI default action dedup: L4 now blocks ZUI's built-in chord action whenever the module owns the Ctrl+Shift / Alt+Shift binding, preventing double triggering.
  • Artifact naming: APKs are now output as BetterZUIKey-v{version}.apk (e.g. BetterZUIKey-v1.5.2.apk) consistently in local builds and GitHub Actions.
    • To reiterate, it is normal for the mirror hash and size on my personal website to differ from those on GitHub — the former are built locally by me. Just verify that the signatures match.
  • Docs: README and in-app help updated.