From f75c8b4ff9a6ead8abcc70104444180f4d047a3c Mon Sep 17 00:00:00 2001 From: Dvel Date: Sat, 4 Mar 2023 11:58:42 +0800 Subject: [PATCH] docs --- default.yaml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/default.yaml b/default.yaml index 09b88c4..6f25faf 100644 --- a/default.yaml +++ b/default.yaml @@ -5,7 +5,7 @@ # 鼠须管在 Sublime Text、Telegram 等个别软件中也无法使用 Control+Shift+数字 的快捷键,可暂时用方案选单切换。 -config_version: '2023-02-27' +config_version: '2023-03-03' # 方案列表 @@ -17,9 +17,9 @@ schema_list: # 菜单 menu: + page_size: 5 # 候选词个数 # alternative_select_labels: [ ①, ②, ③, ④, ⑤, ⑥, ⑦, ⑧, ⑨, ⑩ ] # 修改候选项标签 # alternative_select_keys: ASDFGHJKL # 如编码字符占用数字键,则需另设选字键 - page_size: 5 # 候选词个数 # 方案选单相关 @@ -39,7 +39,8 @@ switcher: option_list_separator: ' / ' # 折叠时的选项分隔符 -# 按键行为 +# 中西文切换 +# # 【good_old_caps_lock】 CapsLock 切换到大写或切换中英。 # (macOS 偏好设置的优先级更高,如果勾选【使用大写锁定键切换“ABC”输入法】则始终会切换输入法) # @@ -48,16 +49,16 @@ switcher: # commit_code 上屏原始的编码,然后切换到英文 # commit_text 上屏拼出的词句,然后切换到英文 # clear 清除未上屏内容,然后切换到英文 +# inline_ascii 无输入时,切换中英;有输入时,切换到临时英文模式,按回车上屏后回到中文状态 # noop 屏蔽快捷键,不切换中英,但不要屏蔽 CapsLock ascii_composer: good_old_caps_lock: true # true | false switch_key: Caps_Lock: clear # commit_code | commit_text | clear - Shift_L: noop # commit_code | commit_text | clear | noop - Shift_R: noop # commit_code | commit_text | clear | noop - Control_L: noop # commit_code | commit_text | clear | noop - Control_R: noop # commit_code | commit_text | clear | noop - Eisu_toggle: clear + Shift_L: noop # commit_code | commit_text | inline_ascii | clear | noop + Shift_R: noop # commit_code | commit_text | inline_ascii | clear | noop + Control_L: noop # commit_code | commit_text | inline_ascii | clear | noop + Control_R: noop # commit_code | commit_text | inline_ascii | clear | noop # punctuator 和 recognizer 由具体方案指定了