diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-08-10 15:30:43 +0800 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-08-10 15:30:43 +0800 |
commit | 1f5cf2ec1b3e907b41605c549c22ea997d9fa0d0 (patch) | |
tree | 2b270c83f03c9333179ab374ca33ae5827a0adf3 /home/xyz | |
parent | cd522e56939efe4755fddbb107de802af5a04fa3 (diff) |
I did not change fcitx5 config, I only toggle an option on and off to test a bug and fcitx5 somehow add these lines to the config file
Diffstat (limited to 'home/xyz')
-rw-r--r-- | home/xyz/.config/fcitx5/config | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/home/xyz/.config/fcitx5/config b/home/xyz/.config/fcitx5/config index 147e612e..64a62d09 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 |