@
explorerproxy 加一个 key_binder/bindings
```
key_binder/bindings: # 翻页(若要开启,去掉前面的#号)
- { when: composing, accept: ISO_Left_Tab, send: Shift+Left }
- { when: composing, accept: Shift+Tab, send: Shift+Left } # "Shift+Tab" 键向左选拼音分词
- { when: composing, accept: Tab, send: Shift+Right } # "tab" 键选拼音分词
#- { when: composing, accept: Tab, send: Page_Down } # "tab" 键翻页
- { when: paging, accept: minus, send: Page_Up } # "-"上一页
- { when: has_menu, accept: equal, send: Page_Down } # "="下一页
- { when: paging, accept: bracketleft, send: Page_Up } # "["上一页
- { when: has_menu, accept: bracketright, send: Page_Down } # "]"下一页
#- { when: paging, accept: comma, send: Page_Up } # ","上一页
#- { when: has_menu, accept: period, send: Page_Down } # "."下一页
#- {accept: semicolon, send: 2, when: has_menu} # 候选 2 用分号
#- {accept: apostrophe, send: 3, when: has_menu} # 候选 3 用单引号
# 快捷键(若要开启,去掉前面的#号)
#- {accept: "Control+a", send: Home, when: composing} # 光标移至首
#- {accept: "Control+e", send: End, when: composing} # 光标移至尾
#- {accept: "Control+Shift+1", select: .next, when: always} # 切换输入方案
#- {accept: "Control+Shift+2", toggle: ascii_mode, when: always} # 中英文切换
- {accept: "Control+Shift+3", toggle: full_shape, when: always} # 全角 /半角切换
- {accept: "Control+Shift+4", toggle: simplification, when: always} # 繁简体切换
#- {accept: "Control+Shift+5", toggle: extended_charset, when: always} # 通用 /增广切换(显示生僻字)
```