diff --git a/double_pinyin.schema.yaml b/double_pinyin.schema.yaml index 0eafc1a..adc7d5b 100644 --- a/double_pinyin.schema.yaml +++ b/double_pinyin.schema.yaml @@ -4,7 +4,7 @@ # 复制自 rime_ice.schema.yaml ,适配了双拼。 # 双拼键位映射复制自 https://github.com/rime/rime-double-pinyin -# 双拼和全拼主要就是 speller/algebra 和 translator/preedit_format 这里有区别。 +# 双拼之间主要就是 speller/algebra 和 translator/preedit_format 这里有区别。 # # 全拼的自定义文本和双拼有些冲突,改成了 custom_phrase_double ,需要创建 custom_phrase_double.txt 文件。 # @@ -218,8 +218,8 @@ recognizer: # 从 default 继承快捷键 key_binder: - import_preset: default - # bindings: # 也可以再增加方案专属的快捷键 + import_preset: default # 从 default.yaml 继承通用的 + # bindings: # 也可以再增加方案专有的 # 拼写设定 diff --git a/double_pinyin_flypy.schema.yaml b/double_pinyin_flypy.schema.yaml index e9885bf..1b8d747 100644 --- a/double_pinyin_flypy.schema.yaml +++ b/double_pinyin_flypy.schema.yaml @@ -218,8 +218,8 @@ recognizer: # 从 default 继承快捷键 key_binder: - import_preset: default - # bindings: # 也可以再增加方案专属的快捷键 + import_preset: default # 从 default.yaml 继承通用的 + # bindings: # 也可以再增加方案专有的 # 拼写设定 @@ -228,7 +228,7 @@ speller: alphabet: zyxwvutsrqponmlkjihgfedcbaZYXWVUTSRQPONMLKJIHGFEDCBA delimiter: " '" # 第一位<空格>是拼音之间的分隔符;第二位<'>表示可以手动输入单引号来分割拼音。 algebra: - #- abbrev/^(.).+$/$1/ # 首字母简拼 + - abbrev/^(.).+$/$1/ # 首字母简拼 - erase/^xx$/ - derive/^([jqxy])u$/$1v/ - derive/^([aoe])([ioun])$/$1$1$2/ diff --git a/double_pinyin_mspy.schema.yaml b/double_pinyin_mspy.schema.yaml index b5c86be..a5e0e8e 100644 --- a/double_pinyin_mspy.schema.yaml +++ b/double_pinyin_mspy.schema.yaml @@ -222,8 +222,8 @@ recognizer: # 从 default 继承快捷键 key_binder: - import_preset: default # 从 default.yaml 继承通用的 - # bindings: # 也可以再增加方案专有的 + import_preset: default # 从 default.yaml 继承通用的 + # bindings: # 也可以再增加方案专有的 # 拼写设定 @@ -232,7 +232,7 @@ speller: alphabet: zyxwvutsrqponmlkjihgfedcbaZYXWVUTSRQPONMLKJIHGFEDCBA; delimiter: " '" # 第一位<空格>是拼音之间的分隔符;第二位<'>表示可以手动输入单引号来分割拼音。 algebra: - - abbrev/^(.).+$/$1/ # 首字母简拼 + - abbrev/^(.).+$/$1/ # 首字母简拼 - erase/^xx$/ - derive/^([jqxy])u$/$1v/ - derive/^([aoe].*)$/o$1/