添加 Caps Lock 指示器并修复悬浮窗行为问题 - #10
Open
AlanZ-Git wants to merge 3 commits into
Open
Conversation
- 改进 IME 检测逻辑,结合 NATIVE 标志和键盘布局进行准确判断 - 添加调试控制台功能(可通过 config.toml 的 debug_console 开关控制)
Autognosis
reviewed
Jun 22, 2026
There was a problem hiding this comment.
全屏时关闭鼠标追踪是个好主意,但是全屏时关闭光标追踪,是否可能会影响用户体验?比如说,用户在游戏界面中打字时,是否也会希望能有指示图标指示输入法状态?
Autognosis
reviewed
Jun 22, 2026
Autognosis
left a comment
There was a problem hiding this comment.
非常好的更新,功能写的非常棒。
可能存在一下问题:
- Pull request 文本中没有涵盖所有的更新。
- 全屏界面检测可能需要添加配置项。让用户决定如何配置全屏下的工作状态。
|
By the way,仓库主疑似已经放弃对项目的维护,我们要不要使用你的分支作为基准进行维护? |
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.
新增功能
问题修复