module(i18n): Config yuhao_star ime to work with rime-ice ime
This commit is contained in:
parent
20f1284263
commit
fc757e6613
8 changed files with 164 additions and 7 deletions
|
|
@ -2,6 +2,7 @@ patch:
|
|||
"__include": rime_ice_suggestion:/
|
||||
"schema_list":
|
||||
- schema: double_pinyin_flypy
|
||||
- schema: yustar_sc
|
||||
"menu/page_size": 7
|
||||
"switcher/caption": 「方案选单」
|
||||
"switcher/hotkeys":
|
||||
|
|
@ -12,7 +13,7 @@ patch:
|
|||
- emoji
|
||||
- full_shape
|
||||
- search_single_char
|
||||
"switcher/fold_options": false
|
||||
"switcher/fold_options": true
|
||||
"ascii_composer/good_old_caps_lock": true
|
||||
"ascii_composer/switch_key/Caps_Lock": clear
|
||||
"ascii_composer/switch_key/Shift_L": noop
|
||||
|
|
@ -85,3 +86,5 @@ patch:
|
|||
- { accept: KP_Add, send: plus, when: composing }
|
||||
- { accept: KP_Subtract, send: minus, when: composing }
|
||||
- { accept: KP_Divide, send: slash, when: composing }
|
||||
|
||||
- { accept: Control+space, toggle: ascii_mode, when: always }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue