We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
上报前请检查
操作系统信息
描述遇到的问题 我打五笔,配置好无重码时四码自动上屏,以及有重码时继续打下一个词时重码的第一候选自动上屏。 在大部分软件下都工作正常,但在Kate文本编辑器下表现不太对。
复现步骤 重现问题的步骤,如:
预期行为 第4步时,应该显示文本为【输入|】,其中竖线表示光标 第5步时,应该显示文本为【输入法|】,其中竖线表示光标
用户文件 五笔wubi86.schema.yaml
# Rime schema settings # encoding: utf-8 schema: schema_id: wubi86 name: "五笔86" version: "0.21" author: - 發明人 王永民先生 description: | 五筆字型86版 碼表源自 ibus-table 敲 z 鍵進入拼音反查 dependencies: - pinyin_simp
wubi86.custom.yaml
patch: punctuator: # 设置标点符号集 import_preset: symbols custom_phrase: dictionary: "" user_dict: custom_phrase #自定义词组的位置,在外面的同名.txt文件 db_class: stabledb enable_completion: false enable_sentence: true initial_quality: 1 speller: max_code_length: 4 # 最长4码 auto_select: true # 4码完成无重码自动上屏 auto_select_unique_candidate: true # 在4码出候选的情况下继续打字会将第一词条上屏(但是在某些软件里有bug,上屏是上屏了,但光标不会走。比如Kate)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
上报前请检查
操作系统信息
描述遇到的问题
我打五笔,配置好无重码时四码自动上屏,以及有重码时继续打下一个词时重码的第一候选自动上屏。
在大部分软件下都工作正常,但在Kate文本编辑器下表现不太对。
复现步骤
重现问题的步骤,如:
预期行为
第4步时,应该显示文本为【输入|】,其中竖线表示光标
第5步时,应该显示文本为【输入法|】,其中竖线表示光标
用户文件
五笔wubi86.schema.yaml
wubi86.custom.yaml
The text was updated successfully, but these errors were encountered: