Skip to content

Commit

Permalink
fix iDvel#200; fix iDvel#201; 小鹤首字母简拼
Browse files Browse the repository at this point in the history
  • Loading branch information
iDvel committed Apr 14, 2023
1 parent a86d55c commit 57ef79a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions double_pinyin.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 文件。
#
Expand Down Expand Up @@ -218,8 +218,8 @@ recognizer:

# 从 default 继承快捷键
key_binder:
import_preset: default
# bindings: # 也可以再增加方案专属的快捷键
import_preset: default # 从 default.yaml 继承通用的
# bindings: # 也可以再增加方案专有的


# 拼写设定
Expand Down
6 changes: 3 additions & 3 deletions double_pinyin_flypy.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ recognizer:

# 从 default 继承快捷键
key_binder:
import_preset: default
# bindings: # 也可以再增加方案专属的快捷键
import_preset: default # 从 default.yaml 继承通用的
# bindings: # 也可以再增加方案专有的


# 拼写设定
Expand All @@ -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/
Expand Down
6 changes: 3 additions & 3 deletions double_pinyin_mspy.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,8 @@ recognizer:

# 从 default 继承快捷键
key_binder:
import_preset: default # 从 default.yaml 继承通用的
# bindings: # 也可以再增加方案专有的
import_preset: default # 从 default.yaml 继承通用的
# bindings: # 也可以再增加方案专有的


# 拼写设定
Expand All @@ -232,7 +232,7 @@ speller:
alphabet: zyxwvutsrqponmlkjihgfedcbaZYXWVUTSRQPONMLKJIHGFEDCBA;
delimiter: " '" # 第一位<空格>是拼音之间的分隔符;第二位<'>表示可以手动输入单引号来分割拼音。
algebra:
- abbrev/^(.).+$/$1/ # 首字母简拼
- abbrev/^(.).+$/$1/ # 首字母简拼
- erase/^xx$/
- derive/^([jqxy])u$/$1v/
- derive/^([aoe].*)$/o$1/
Expand Down

0 comments on commit 57ef79a

Please sign in to comment.