feat: 中文九键更新配置 (#1451)

This commit is contained in:
morse.hsiao
2026-01-17 18:03:09 +08:00
committed by GitHub
parent 5100347360
commit c02c83c9e9
2 changed files with 15 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ schema_list:
# 可以直接删除或注释不需要的方案,对应的 *.schema.yaml 方案文件也可以直接删除 # 可以直接删除或注释不需要的方案,对应的 *.schema.yaml 方案文件也可以直接删除
# 除了 t9它依赖于 rime_ice用九宫格别删 rime_ice.schema.yaml # 除了 t9它依赖于 rime_ice用九宫格别删 rime_ice.schema.yaml
- schema: rime_ice # 雾凇拼音(全拼) - schema: rime_ice # 雾凇拼音(全拼)
- schema: t9 # 九宫格(仓输入法) - schema: t9 # 中文九键(仓输入法 & 元书输入法)
- schema: double_pinyin # 自然码双拼 - schema: double_pinyin # 自然码双拼
- schema: double_pinyin_abc # 智能 ABC 双拼 - schema: double_pinyin_abc # 智能 ABC 双拼
- schema: double_pinyin_mspy # 微软双拼 - schema: double_pinyin_mspy # 微软双拼

View File

@@ -9,20 +9,29 @@
__include: rime_ice.schema.yaml:/ __include: rime_ice.schema.yaml:/
t9:
# 是否显示 rime 中原始的预编辑文本,默认为 true
# true: 对 preedit 不做处理,显示 rime 返回的原始 preedit 值。
# 如果想通过 lua 自己调整 preedit 的显示,可以设置为 true。
# false: 根据候选字 comment 显示转换后的 preedit 内容。
# 注意:请务必保证候选字 comment 有效且正确,否则可能导致预编辑文本显示异常。
isDisplayOriginalPreedit: false
schema: schema:
schema_id: t9 schema_id: t9
name: 仓·九宫格 name: 中文九键
version: "2.0.0" version: "3.0.0"
author: author:
- Dvel - Dvel
- "[morse.hsiao](https://github.com/imfuxiao)" - "[morse.hsiao](https://github.com/imfuxiao)"
description: | description: |
九宫格 for 仓输入法 中文九键 for 仓输入法 & 元书输入法
dependencies: dependencies:
- melt_eng # 英文输入,作为次翻译器挂载到拼音方案 - melt_eng # 英文输入,作为次翻译器挂载到拼音方案
engine: engine:
processors: processors:
- t9_processor
- ascii_composer - ascii_composer
- recognizer - recognizer
- key_binder - key_binder
@@ -76,8 +85,8 @@ key_binder:
- { when: has_menu, accept: 1, send: apostrophe } - { when: has_menu, accept: 1, send: apostrophe }
speller: speller:
alphabet: zyxwvutsrqponmlkjihgfedcbaZYXWVUTSRQPONMLKJIHGFEDCBA987654321 alphabet: zyxwvutsrqponmlkjihgfedcbaZYXWVUTSRQPONMLKJIHGFEDCBA9876543210
initials: zyxwvutsrqponmlkjihgfedcbaZYXWVUTSRQPONMLKJIHGFEDCBA987654321 initials: zyxwvutsrqponmlkjihgfedcbaZYXWVUTSRQPONMLKJIHGFEDCBA9876543210
algebra: algebra:
# ### 超级简拼 # ### 超级简拼
- abbrev/^([a-z]).+$/$1/ # 超级简拼 - abbrev/^([a-z]).+$/$1/ # 超级简拼