module(i18n): Config yuhao_star ime to work with rime-ice ime

This commit is contained in:
ulic-youthlic 2025-07-06 01:33:08 +08:00
parent 20f1284263
commit fc757e6613
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
8 changed files with 164 additions and 7 deletions

View file

@ -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 }

View file

@ -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;
};
};
}

View file

@ -0,0 +1,2 @@
patch:
"style/horizontal": false