diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-07-02 03:34:18 -0700 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-07-02 03:34:18 -0700 |
commit | deda85ecbe1c9fc3e7931df0c693bc3c65c05c77 (patch) | |
tree | 1c5bf94acffc4586900f0a396e1da855b1e2609a | |
parent | ae4354c7089b0310016953f56f2cde8c0271e012 (diff) |
fcitx5 new version config change
-rw-r--r-- | home/xyz/.config/fcitx5/conf/pinyin.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/home/xyz/.config/fcitx5/conf/pinyin.conf b/home/xyz/.config/fcitx5/conf/pinyin.conf index 9d561f07..dce6f87b 100644 --- a/home/xyz/.config/fcitx5/conf/pinyin.conf +++ b/home/xyz/.config/fcitx5/conf/pinyin.conf @@ -10,8 +10,10 @@ SpellEnabled=True SymbolsEnabled=True # Enable Chaizi ChaiziEnabled=True -# Enable Characters in Unicode CJK Extension B +# Enable more Characters after Unicode CJK Extension B ExtBEnabled=True +# Show stroke candidates when typing with h(一), s(丨), p(丿), n(㇏), z(𠃍) +StrokeCandidateEnabled=True # Enable Cloud Pinyin CloudPinyinEnabled=False # Cloud Pinyin Index @@ -127,6 +129,8 @@ C_CH=False F_H=False # l <-> n L_N=False +# l <-> r +L_R=False # s <-> sh S_SH=False # z <-> zh |