Closed KeithW0726 closed 3 months ago
库里的虎码方案是没有启用雾凇方案中大写V引导各个符号,可以在 custom.yaml这样配置即可
punctuator: full_shape: include: default:/punctuator/full_shape # 从 default.yaml 导入配置 half_shape: include: default:/punctuator/half_shape # 从 default.yaml 导入配置 symbols: __include: symbols_caps_v:/symbols # 从 symbols_caps_v.yaml 导入配置 speller/alphabet: "[;'zyxwvutsrqponmlkjihgfedcbaV]" recognizer/patterns/punct: "^V([0-9]0?|[A-Za-z]+)$"
这个库的默认虎码方案的switch是有reset,与其他方案的使用习惯是极度冲突的。 如若保持一致,最好处理方式是去掉里面reset,用default的switcher/save_options 统一控制