mirror of
https://github.com/iDvel/rime-ice.git
synced 2026-04-25 05:44:41 +00:00
docs: 更新一些注释,双拼补丁示例
This commit is contained in:
@@ -24,7 +24,7 @@ schema_list:
|
||||
menu:
|
||||
page_size: 5 # 候选词个数
|
||||
# alternative_select_labels: [ ①, ②, ③, ④, ⑤, ⑥, ⑦, ⑧, ⑨, ⑩ ] # 修改候选项标签
|
||||
# alternative_select_keys: ASDFGHJKL # 如编码字符占用数字键,则需另设选字键
|
||||
# alternative_select_keys: ASDFGHJKL # 如编码字符占用数字键,则需另设选字键(注意在雾凇中,大写字母也作为编码了)
|
||||
|
||||
|
||||
# 方案选单相关
|
||||
@@ -184,14 +184,14 @@ key_binder:
|
||||
- { when: composing, accept: Alt+Right, send: Shift+Right }
|
||||
|
||||
# 翻页 - =
|
||||
- { when: has_menu, accept: minus, send: Page_Up }
|
||||
- { when: has_menu, accept: minus, send: Page_Up } # 上一页设置为 paging 时会导致直接上屏并输出减号
|
||||
- { when: has_menu, accept: equal, send: Page_Down }
|
||||
|
||||
# 翻页 , .
|
||||
# - { when: paging, accept: comma, send: Page_Up }
|
||||
# - { when: has_menu, accept: period, send: Page_Down }
|
||||
|
||||
# 翻页 [ ]
|
||||
# 翻页 [ ] ⚠️ 开启时请修改上面以词定字的快捷键
|
||||
# - { when: paging, accept: bracketleft, send: Page_Up }
|
||||
# - { when: has_menu, accept: bracketright, send: Page_Down }
|
||||
|
||||
@@ -216,7 +216,7 @@ key_binder:
|
||||
# - { when: composing, accept: Control+a, send: Home }
|
||||
# - { when: composing, accept: Control+e, send: End }
|
||||
# - { when: composing, accept: Control+d, send: Delete }
|
||||
- { when: composing, accept: Control+k, send: Shift+Delete }
|
||||
# - { when: composing, accept: Control+k, send: Shift+Delete }
|
||||
# - { when: composing, accept: Control+h, send: BackSpace }
|
||||
# - { when: composing, accept: Control+g, send: Escape }
|
||||
# - { when: composing, accept: Control+bracketleft, send: Escape }
|
||||
|
||||
Reference in New Issue
Block a user