-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathdefault.custom.yaml
35 lines (31 loc) · 988 Bytes
/
default.custom.yaml
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
patch:
# input schema repository, https://github.com/rime/plum
schema_list:
- schema: luna_pinyin
- schema: wubi86
- schema: japanese
- schema: easy_en
# call out IME menu
switcher/hotkeys: [Control+grave]
# candidates per page
menu/page_size: 5
# switch between Chinese and English
# https://gist.github.com/lotem/2981316
ascii_composer/good_old_caps_lock: false
ascii_composer/switch_key:
Caps_Lock: commit_code
Shift_L: commit_code
Shift_R: commit_code
Control_L: noop
Control_R: noop
# shortcut key
# import the following definition to enable in your schema:
# key_binder/import_preset: default
# https://github.com/rime/rime-prelude/blob/master/key_bindings.yaml
key_binder/bindings:
__patch:
- key_bindings:/emacs_editing
- key_bindings:/move_by_word_with_tab
- key_bindings:/paging_with_minus_equal
- key_bindings:/paging_with_comma_period
- key_bindings:/numbered_mode_switch