-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.custom.yaml
More file actions
41 lines (39 loc) · 1.6 KB
/
default.custom.yaml
File metadata and controls
41 lines (39 loc) · 1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# https://github.com/LEOYoon-Tsaw/Rime_collections/blob/master/Rime_description.md
patch:
schema_list:
- schema: jihan
switches/caption: "[方案]"
switches/hotkeys:
- Control+period
switches/save_options:
- full_shape
- ascii_punct
switches/option_list_separator: '/'
menu/page_size: 3
ascii_composer/good_old_caps_lock: false
ascii_composer/switch_key:
Shift_L: noop
Shift_R: commit_code
Control_L: noop
Control_R: noop
Caps_Lock: noop
Eisu_toggle: clear
# 以词定字 https://github.com/BlindingDark/rime-lua-select-character
key_binder/select_first_character: 'bracketleft' # lua 选词快捷键,选第一个字
key_binder/select_last_character: 'bracketright' # lua 选词快捷键,选最后一个字
key_binder/bindings:
- { when: composing, accept: Shift+Tab, send: Page_Up }
- { when: composing, accept: Tab, send: Left }
# 翻页
- { accept: comma, send: Page_Up, when: composing }
- { accept: period, send: Page_Down, when: composing }
- { accept: Tab, send: Down, when: composing}
- { accept: "Shift+Tab", send: Up, when: composing}
# 选词
- { accept: semicolon, when: has_menu, send: 2 } # 输入时「;」二选
- { accept: apostrophe, when: has_menu, send: 3 } # 输入时「'」三选
# 切换 全/半角 英/中标点
# - { accept: "Control+Shift+1", toggle: ascii_punct, when: always}
# - { accept: "Control+Shift+2", toggle: full_shape, when: always}
- { accept: "Control+Shift+period", toggle: ascii_punct, when: always}
- { accept: "Control+Shift+1", toggle: full_shape, when: always}