This commit is contained in:
Dvel
2023-03-01 19:30:21 +08:00
parent e57442e514
commit 106b770b0b
2 changed files with 27 additions and 11 deletions

View File

@@ -15,9 +15,11 @@ schema_list:
- schema: double_pinyin_flypy
# 候选词个数
# 菜单
menu:
page_size: 5
# alternative_select_labels: [ ①, ②, ③, ④, ⑤, ⑥, ⑦, ⑧, ⑨, ⑩ ] # 修改候选项标签
# alternative_select_keys: ASDFGHJKL # 如编码字符占用数字键,则需另设选字键
page_size: 5 # 候选词个数
# 方案选单相关
@@ -71,7 +73,7 @@ key_binder:
# 以词定字(上屏当前词句的第一个或最后一个字)
select_first_character:
select_last_character: "grave"
bindings:
# Tab/Shift+Tab 切换光标至下/上一个拼音
- { when: composing, accept: Shift+Tab, send: Shift+Left }
@@ -94,11 +96,11 @@ key_binder:
# - { when: has_menu, accept: bracketright, send: Page_Down }
# numbered_mode_switch:
# - { when: always, accept: Control+Shift+1, select: .next } # 在最近的两个方案之间切换
# - { when: always, accept: Control+Shift+2, toggle: ascii_mode } # 切换中英
- { when: always, accept: Control+Shift+3, toggle: ascii_punct } # 切换中英标点
- {when: always, accept: "Control+Shift+4", toggle: traditionalization} # 切换简繁
# - { when: always, accept: Control+Shift+5, toggle: full_shape } # 切换全半角
# - { when: always, accept: Control+Shift+1, select: .next } # 在最近的两个方案之间切换
# - { when: always, accept: Control+Shift+2, toggle: ascii_mode } # 切换中英
- { when: always, accept: Control+Shift+3, toggle: ascii_punct } # 切换中英标点
- { when: always, accept: "Control+Shift+4", toggle: traditionalization } # 切换简繁
# - { when: always, accept: Control+Shift+5, toggle: full_shape } # 切换全半角
# emacs_editing:
# - { when: composing, accept: Control+p, send: Up }