-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.custom.yaml
40 lines (37 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
patch:
menu:
page_size: 8
schema_list:
- schema: luna_pinyin_simp # 朙月拼音 简化字
- schema: luna_pinyin # 朙月拼音
- schema: luna_pinyin_fluency # 语句流
# - schema: double_pinyin # 自然碼雙拼
# - schema: double_pinyin_flypy # 小鹤雙拼
# - schema: double_pinyin_pyjj # 拼音加加双拼
# - schema: wubi_pinyin # 五笔拼音混合輸入
switcher:
abbreviate_options: true
caption: "〔输入法设置〕"
fold_options: true
hotkeys:
- "Control+grave"
- "Control+Shift+grave"
option_list_separator: "/"
save_options:
- full_shape
- ascii_punct
- simplification
- extended_charset
- zh_hant
- zh_hans
- zh_hant_tw
# capslock 键切换英文并输出大写
ascii_composer/good_old_caps_lock: true
# 输入法中英文状态快捷键
ascii_composer/switch_key:
Caps_Lock: commit_code
Control_L: noop
Control_R: noop
# 按下左 shift 英文字符直接上屏,不需要再次回车,输入法保持英文状态
Shift_L: commit_code
Shift_R: noop