@
acctv2 在 default.custom.yaml 里按需要修改最后一行
```yaml
customization:
distribution_code_name: Weasel
distribution_version: 0.14.3_dev_0.8
generator: "Rime::SwitcherSettings"
modified_time: "Fri Mar 3 18:17:27 2023"
rime_version: 1.8.5
patch:
schema_list:
- { schema: rime_ice }
menu/page_size: 6
menu/alternative_select_labels: [1, 2, 3, 4, 5, 6, 7, 8, 9]
# menu/alternative_select_labels: [ 〡, 〢, 〣, 〤, 〥, 〦, 〧, 〨, 〩 ]
ascii_composer/switch_key:
Caps_Lock: commit_code # Caps 键
Shift_L: commit_code # 左 Shift ,切换中英文
Shift_R: commit_code # 右 Shift ,切换中英文
Return: commit_code # 回车,切换中英文
# 按键行为
# [good_old_caps_lock] CapsLock 切换到大写或切换中英。
# ( macOS 偏好设置的优先级更高,如果勾选 [使用大写锁定键切换“ABC”输入法] 则始终会切换输入法)
#
# 切换中英:
# 不同的选项表示:打字打到一半时按下了 CapsLock 、Shift 、Control 后:
# commit_code 上屏原始的编码,然后切换到英文
# commit_text 上屏拼出的词句,然后切换到英文
# clear 清除未上屏内容,然后切换到英文
# noop 屏蔽快捷键,不切换中英,但不要屏蔽 CapsLock
```