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 }
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
xdg.dataFile = {
|
||||
"fcitx5/rime/default.custom.yaml".source = ./default.custom.yaml;
|
||||
"fcitx5/rime/double_pinyin_flypy.custom.yaml".source = ./double_pinyin_flypy.custom.yaml;
|
||||
"fcitx5/rime/yustar_sc.custom.yaml".source = ./yustar_sc.custom.yaml;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
2
home/modules/i18n/yustar_sc.custom.yaml
Normal file
2
home/modules/i18n/yustar_sc.custom.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
patch:
|
||||
"style/horizontal": false
|
||||
Loading…
Add table
Add a link
Reference in a new issue