
======================================================== 系统情况与 Rime 配置文件以及 月拼音相关的方案 文件收集日志 扫描时间: 2026-03-24 18:06:18 ======================================================== ======================================================== 扫描目录: D:\Rime ======================================================== -------------------------------------------------------- 文件名: default.custom.yaml 编码格式: iso-8859-1 -------------------------------------------------------- customization: distribution_code_name: Weasel distribution_version: VERSION_MAJOR.VERSION_MINOR.VERSION_PATCH generator: "Rime::SwitcherSettings" modified_time: "Sun Mar 22 22:44:56 2026" rime_version: 1.16.1 patch: schema_list: - {schema: luna_pinyin_simp} - {schema: luna_pinyin_tw} "menu/page_size": 10 # 覆盖默认的方案选单快捷键,只保留 Ctrl+` (Control+grave) "switcher/hotkeys": - Control+grave "key_binder/bindings": __patch: - key_bindings:/emacs_editing - key_bindings:/paging_with_minus_equal -------------------------------------------------------- 文件名: luna_pinyin_simp.custom.yaml 编码格式: utf-8 -------------------------------------------------------- patch: # 1. 解除 ` 键的笔画反查占用 "recognizer/patterns/reverse_lookup": "" # 2. 恢复 - 和 = 的翻页功能,废除逗号句号翻页 "key_binder/bindings": __patch: - key_bindings:/emacs_editing - key_bindings:/paging_with_minus_equal - key_bindings:/numbered_mode_switch __append: - { when: always, accept: Control+Shift+4, toggle: zh_simp } - { when: always, accept: Control+Shift+dollar, toggle: zh_simp } # 3. 强制重置开关状态 "switches/@0/reset": 0 "switches/@1/reset": 0 "switches/@2/reset": 1 "switches/@3/reset": 0 # 4. 精确覆盖特定符号,直接上屏不弹选单 "punctuator/half_shape/=": "=" "punctuator/half_shape/\\": { commit: "、" } "punctuator/half_shape/[": { commit: " [" } "punctuator/half_shape/]": { commit: "] " } "punctuator/half_shape/`": { commit: "" } -------------------------------------------------------- 文件名: weasel.custom.yaml 编码格式: us-ascii -------------------------------------------------------- customization: distribution_code_name: Weasel distribution_version: VERSION_MAJOR.VERSION_MINOR.VERSION_PATCH generator: "Weasel::UIStyleSettings" modified_time: "Sun Mar 22 22:42:55 2026" rime_version: 1.16.1 patch: "style/color_scheme": starcraft "style/font_point": 21 ======================================================== 扫描目录: C:\Program Files\Rime\weasel-0.17.4\data ======================================================== *** # C:\Program Files\Rime\weasel-0.17.4\data 下面的配置我就没动过,发在这里,会超过 2 万字符,发不出来,所以配置收集这里我就裁掉了... ======================================================== 扫描结束。共处理了 13 个 .yaml 文件。 ======================================================== 目前存在这两个问题:
1.在月拼音中文状态下,按下键盘的"="键,会弹出一个菜单,有三个字符选项,我并不需要,在中文月拼音状态下,应该直接上屏"="符号; 2.在月拼音中文状态下,按下键盘的"\"键,应该直接上屏"、"符号,而无需弹出菜单;在月拼音英文状态下,应该直接上屏""; 专门写了弄了个脚本收集信息;
已经问过 Gemini Pro3 Preview ,GPT5.4,sonnet 4.6 ,众多方案尝试,还是无法解决,luna_pinyin_simp.custom.yaml 按照 AI 建议改完又再改,build 删完再部署,N 遍,还是无法解决。。。
1 TrembleBeforeMe 3 月 25 日 应该修改 symbols.yml 里的符号设置吧 |