Fix 修饰键重复修复功能,微软补丁后导致无法连跳#22
Open
ArthurZhu1992 wants to merge 8 commits into
Open
Conversation
- 在配置文件中添加 FixModifierHold 配置选项,默认启用 - 创建 ModifierRepeat 模块来处理修饰键重复问题 - 在 FixIme 模块中集成修饰键修复开关控制 - 根据配置动态决定是否应用按键修复补丁 - 更新项目文件以包含新的头文件和源文件 - 重构代码结构以支持条件性应用修复逻辑
- 移除条件判断使字符过滤无条件生效 - 修复注释中的中文字符显示问题 - 统一输入法相关代码处理逻辑
- 移除条件判断使字符过滤无条件生效 - 修复注释中的中文字符显示问题 - 统一输入法相关代码处理逻辑
- 移除条件判断使字符过滤无条件生效 - 修复注释中的中文字符显示问题 - 统一输入法相关代码处理逻辑
- 移除条件判断使字符过滤无条件生效 - 修复注释中的中文字符显示问题 - 统一输入法相关代码处理逻辑
…into fix-modifier-hold-input-compat
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.
修复微软更新补丁后 无法连跳等相关操作
bug原因
Win11最新系统补丁导致的修饰键BUG
我已本地测试没有问题