-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpinyin.schema.yaml
59 lines (59 loc) · 1.37 KB
/
pinyin.schema.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
__build_info:
rime_version: 1.5.3
timestamps:
default: 1626914460
default.custom: 1651399897
easy_en.custom: 0
easy_en.schema: 1491118644
key_bindings: 1561218646
key_bindings.custom: 0
punctuation: 1561218646
punctuation.custom: 0
switches:
- name: ascii_mode # 默认为中文输出模式
reset: 0
states: [ 中文, 西文 ]
- name: full_shape # 字符默认半角输出
reset: 0
states: [ 半角, 全角 ]
- name: ascii_punct # 默认使用中文标点
reset: 0
states: [ 。,, ., ]
- name: debug # 默认debug开关为关闭状态
reset: 0
states: [Off, 🐞]
engine:
processors:
- ascii_composer
- key_binder
- speller
- recognizer
- punctuator
- selector
- navigator
- express_editor
segmentors:
- matcher
- ascii_segmentor
- abc_segmentor
- punct_segmentor
- fallback_segmentor
translators:
- punct_translator
key_binder:
import_preset: default
punctuator:
import_preset: default
recognizer:
import_preset: default
speller:
alphabet: "zyxwvutsrqponmlkjihgfedcba"
delimiter: " "
auto_select_unique_candidate: true # 无重码自动上屏
schema:
author:
- "dyy <[email protected]>"
description: "pīn yīn 输入"
name: "pīn yīn"
schema_id: pinyin
version: 0.0