feat: 添加辅助码功能 - #68
Open
mosaic-roll wants to merge 59 commits into
Open
Conversation
Owner
|
感谢提交PR. 另外,main 分支的变化比较快,我建议你把散落的commit进行整理,在最新的main上重新补上,签署CLA(之前有错误) |
Owner
|
recheck |
|
感谢您的贡献!在我们合并此 PR 之前,您需要签署贡献者许可协议 (CLA)。 请阅读 CLA 文档,然后在此评论区回复以下内容以完成签署:
I have read the CLA Document and I hereby sign the CLA You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot. |
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.
变更说明
添加了辅助码功能,在双拼中测试可用
已实现的功能:
name字段显示码表名称。但存在以下问题:
shuangpin.schema.toml和pinyin.schema.toml中,目前这个配置好像没法改。其他:
更理想的情况下,触发键应该可以和翻页键占用同一个键位(tab进入辅助码模式+tab翻页),往回翻页翻到第一页可以退出辅助码模式。
但这个功能需要修改太多东西了。但还是希望能实现。
实在是蹬不动了。
变更类型
相关 Issue
测试情况
.\scripts\dev.ps1 ci通过(fmt 检查 + clippy + 测试)检查清单
cargo fmt格式化(逻辑修改与 fmt 修改分开提交)AGENTS.md