Last active
January 5, 2024 10:41
-
-
Save zzz67240/fa920d255d56b9fa310e4f0864e22a29 to your computer and use it in GitHub Desktop.
Rime 小鶴雙拼 臺灣正體中文
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# double_pinyin_flypy.custom.yaml | |
# | |
# 獲取更多輸入方案:rime-double-pinyin | |
# 將檔案放置於如 C:\Users\使用者名稱\AppData\Roaming\Rime | |
# 重新部署後生效 | |
# | |
# Edited by: Xin Yang | |
# | |
patch: | |
switches/@2: | |
options: [ zh_tw, zh_simp ] | |
reset: 0 | |
states: | |
- 臺灣正體 | |
- 简体中文 | |
engine/filters: | |
- simplifier@zh_simp | |
- simplifier@zh_tw | |
- uniquifier | |
zh_tw: | |
option_name: zh_tw | |
opencc_config: t2tw.json | |
zh_simp: | |
option_name: zh_simp | |
tips: all |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment