diff options
Diffstat (limited to '.config/fcitx5/config')
-rw-r--r-- | .config/fcitx5/config | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/.config/fcitx5/config b/.config/fcitx5/config new file mode 100644 index 0000000..d7ffe9f --- /dev/null +++ b/.config/fcitx5/config @@ -0,0 +1,67 @@ +[Hotkey] +# Trigger Input Method +TriggerKeys= +# Enumerate when press trigger key repeatedly +EnumerateWithTriggerKeys=True +# Temporally switch between first and current Input Method +AltTriggerKeys= +# Enumerate Input Method Forward +EnumerateForwardKeys= +# Enumerate Input Method Backward +EnumerateBackwardKeys= +# Skip first input method while enumerating +EnumerateSkipFirst=False +# Enumerate Input Method Group Forward +EnumerateGroupForwardKeys= +# Enumerate Input Method Group Backward +EnumerateGroupBackwardKeys= +# Activate Input Method +ActivateKeys= +# Deactivate Input Method +DeactivateKeys= +# Default Previous page +PrevPage= +# Default Next page +NextPage= +# Toggle embedded preedit +TogglePreedit= + +[Hotkey/PrevCandidate] +0=Shift+Tab + +[Hotkey/NextCandidate] +0=Tab + +[Behavior] +# Active By Default +ActiveByDefault=False +# Share Input State +ShareInputState=All +# Show preedit in application +PreeditEnabledByDefault=True +# Show Input Method Information when switch input method +ShowInputMethodInformation=True +# Show Input Method Information when changing focus +showInputMethodInformationWhenFocusIn=False +# Show compact input method information +CompactInputMethodInformation=True +# Show first input method information +ShowFirstInputMethodInformation=True +# Default page size +DefaultPageSize=5 +# Override Xkb Option +OverrideXkbOption=False +# Custom Xkb Option +CustomXkbOption= +# Force Enabled Addons +EnabledAddons= +# Preload input method to be used by default +PreloadInputMethod=True + +[Behavior/DisabledAddons] +0=kimpanel +1=notificationitem +2=notifications +3=wayland +4=waylandim + |