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 | |
parent | 64942594e04907f8c64accff55c99fa87c011aaa (diff) |
fcitx5 enable wayland, also new version config changes
Diffstat (limited to 'home')
-rw-r--r-- | home/xyz/.config/fcitx5/conf/pinyin.conf | 6 | ||||
-rw-r--r-- | home/xyz/.config/fcitx5/config | 11 |
2 files changed, 15 insertions, 2 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 diff --git a/home/xyz/.config/fcitx5/config b/home/xyz/.config/fcitx5/config index 147e612e..db5b9eb5 100644 --- a/home/xyz/.config/fcitx5/config +++ b/home/xyz/.config/fcitx5/config @@ -15,6 +15,8 @@ EnumerateGroupBackwardKeys= ActivateKeys= # Deactivate Input Method DeactivateKeys= +# Time limit in milliseconds for triggering modifier key shortcuts +ModifierOnlyKeyTimeout=250 [Hotkey/TriggerKeys] 0=Control+space @@ -40,6 +42,8 @@ DeactivateKeys= [Behavior] # Active By Default ActiveByDefault=False +# Reset state on Focus In +resetStateWhenFocusIn=No # Share Input State ShareInputState=No # Show preedit in application @@ -62,6 +66,12 @@ CustomXkbOption= EnabledAddons= # Preload input method to be used by default PreloadInputMethod=True +# Allow input method in the password field +AllowInputMethodForPassword=False +# Show preedit text when typing password +ShowPreeditForPassword=False +# Interval of saving user data in minutes +AutoSavePeriod=30 [Behavior/DisabledAddons] 0=clipboard @@ -71,5 +81,4 @@ PreloadInputMethod=True 4=kimpanel 5=notificationitem 6=spell -7=wayland |