docs
This commit is contained in:
parent
8bebd34956
commit
82b91236c6
@ -20,7 +20,6 @@ schema_list:
|
||||
# 菜单
|
||||
menu:
|
||||
page_size: 5 # 候选词个数
|
||||
# 好像只有鼠须管支持的属性:
|
||||
# alternative_select_labels: [ ①, ②, ③, ④, ⑤, ⑥, ⑦, ⑧, ⑨, ⑩ ] # 修改候选项标签
|
||||
# alternative_select_keys: ASDFGHJKL # 如编码字符占用数字键,则需另设选字键
|
||||
|
||||
@ -180,7 +179,7 @@ key_binder:
|
||||
# Cancel 取消
|
||||
# Help 帮助
|
||||
# Break 中断
|
||||
# space
|
||||
# space 空格
|
||||
# exclam !
|
||||
# quotedbl "
|
||||
# numbersign #
|
||||
@ -204,7 +203,7 @@ key_binder:
|
||||
# question ?
|
||||
# at @
|
||||
# bracketleft [
|
||||
# backslash
|
||||
# backslash \
|
||||
# bracketright ]
|
||||
# asciicircum ^
|
||||
# underscore _
|
||||
|
@ -20,7 +20,7 @@ schema:
|
||||
- Dvel
|
||||
description: |
|
||||
雾凇拼音 - 微软双拼
|
||||
https://github.com/rime/rime-double-pinyin/blob/master/double_pinyin_mspy.schema.yaml
|
||||
https://github.com/iDvel/rime-ice
|
||||
dependencies:
|
||||
- melt_eng # 英文输入,作为次翻译器挂载到拼音方案
|
||||
- liangfen # 两分拼字,作为反查挂载到拼音方案
|
||||
@ -143,7 +143,7 @@ grammar:
|
||||
# 主翻译器,拼音
|
||||
translator:
|
||||
dictionary: rime_ice # 挂载词库 rime_ice.dict.yaml
|
||||
prism: double_pinyin # 多方案共用一个词库时,为避免冲突,需要用 prism 指定一个名字。
|
||||
prism: double_pinyin_mspy # 多方案共用一个词库时,为避免冲突,需要用 prism 指定一个名字。
|
||||
contextual_suggestions: true # 开启八股文
|
||||
initial_quality: 1.2 # 拼音的权重应该比英文大
|
||||
preedit_format: # preedit_format 影响到输入框的显示和“Shift+回车”上屏的字符
|
||||
@ -184,6 +184,7 @@ translator:
|
||||
- xform/([jqxy])v/$1u/
|
||||
- xform/([nl])v/$1ü/
|
||||
|
||||
|
||||
# 次翻译器,英文
|
||||
melt_eng:
|
||||
dictionary: melt_eng # 挂载词库 melt_eng.dict.yaml
|
||||
@ -241,6 +242,7 @@ speller:
|
||||
alphabet: zyxwvutsrqponmlkjihgfedcbaZYXWVUTSRQPONMLKJIHGFEDCBA;
|
||||
delimiter: " '" # 第一位<空格>是拼音之间的分隔符;第二位<'>表示可以手动输入单引号来分割拼音。
|
||||
algebra:
|
||||
- abbrev/^(.).+$/$1/
|
||||
- erase/^xx$/
|
||||
- derive/^([jqxy])u$/$1v/
|
||||
- derive/^([aoe].*)$/o$1/
|
||||
@ -273,4 +275,5 @@ speller:
|
||||
- xform/in$/N/
|
||||
- xform/ing$/;/
|
||||
- xlit/QWRTYUIOPSDFGHMJCKLZXVBN/qwrtyuiopsdfghmjcklzxvbn/
|
||||
#- abbrev/^(.).+$/$1/
|
||||
# 可输入大写字母。因为上面的双拼拼写规则用掉了大写字母。做了 xlit 转写,同时适配全拼和双拼。
|
||||
- xlit/āḃçďēḟḡĥīĵḱĺḿńōṕɋŕśťūṽẃẋȳź/ABCDEFGHIJKLMNOPQRSTUVWXYZ/
|
||||
|
@ -37,7 +37,7 @@ style:
|
||||
color_scheme: purity_of_form_custom
|
||||
color_scheme_dark: purity_of_form_custom
|
||||
|
||||
# 预设选项:(可被皮肤覆盖;如果皮肤没写,则默认使用这些属性。)
|
||||
# 预设选项。如果皮肤没写,则使用这些属性;如果皮肤写了,使用皮肤的。
|
||||
text_orientation: horizontal # horizontal | vertical
|
||||
inline_preedit: true
|
||||
corner_radius: 10
|
||||
|
Loading…
x
Reference in New Issue
Block a user