mirror of
https://github.com/iDvel/rime-ice.git
synced 2026-04-28 06:24:42 +00:00
feat: 中文九键更新配置 (#1451)
This commit is contained in:
@@ -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 # 微软双拼
|
||||||
|
|||||||
@@ -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/ # 超级简拼
|
||||||
|
|||||||
Reference in New Issue
Block a user