diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-07-30 23:41:57 +0800 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-07-30 23:41:57 +0800 |
commit | 054951157ddf37c838950dd70b0984f4f7a85ad3 (patch) | |
tree | 112d5e959eca0a34d0be1f069aa2b59fb838f507 /home/xyz/.config/fcitx5/conf | |
parent | 64942594e04907f8c64accff55c99fa87c011aaa (diff) |
fcitx5 enable wayland, also new version config changes
Diffstat (limited to 'home/xyz/.config/fcitx5/conf')
-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 |