-
Notifications
You must be signed in to change notification settings - Fork 1
/
default.custom.yaml
53 lines (51 loc) · 1.12 KB
/
default.custom.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
# @prettier
---
patch:
menu:
page_size: 9
schema_list:
- schema: luna_pinyin # 朙月拼音
- schema: terra_pinyin # 地球拼音
ascii_composer/sitch_key:
Control_L: commit_code
switcher:
abbreviate_options: true
caption: "〔方案選單〕"
fold_options: false # 选项菜单是否折叠显示
hotkeys:
- "Control+grave"
option_list_separator: "/"
save_options:
- full_shape
- ascii_punct
- simplification
- extended_charset
__patch:
# Rx: custom:set:config=default,key=installed_from,value=rime-cantonese {
- patch/+:
installed_from: rime-cantonese
# }
# Rx: custom:clear_schema_list: {
- patch/+:
schema_list: []
# }
# Rx: custom:add:schema=jyut6ping3 {
- patch/+:
schema_list/+/+:
- schema: jyut6ping3
# }
# Rx: custom:add:schema=cangjie5 {
- patch/+:
schema_list/+/+:
- schema: cangjie5
# }
# Rx: custom:add:schema=stroke {
- patch/+:
schema_list/+/+:
- schema: stroke
# }
# Rx: custom:add:schema=luna_pinyin {
- patch/+:
schema_list/+/+:
- schema: luna_pinyin
# }