diff options
Diffstat (limited to 'home/xyz/.config/fcitx5/config')
-rw-r--r-- | home/xyz/.config/fcitx5/config | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/home/xyz/.config/fcitx5/config b/home/xyz/.config/fcitx5/config new file mode 100644 index 00000000..654a6b73 --- /dev/null +++ b/home/xyz/.config/fcitx5/config @@ -0,0 +1,71 @@ +[Hotkey] +# Enumerate when press trigger key repeatedly +EnumerateWithTriggerKeys=False +# 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= + +[Hotkey/TriggerKeys] +0=Control+space + +[Hotkey/AltTriggerKeys] +0=Shift_L + +[Hotkey/PrevPage] +0=Up + +[Hotkey/NextPage] +0=Down + +[Hotkey/PrevCandidate] +0=Shift+Tab + +[Hotkey/NextCandidate] +0=Tab + +[Hotkey/TogglePreedit] +0=Control+Alt+P + +[Behavior] +# Active By Default +ActiveByDefault=False +# Share Input State +ShareInputState=No +# Show preedit in application +PreeditEnabledByDefault=False +# 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 +# Force Enabled Addons +EnabledAddons= +# Preload input method to be used by default +PreloadInputMethod=True + +[Behavior/DisabledAddons] +0=clipboard +1=cloudpinyin +2=fullwidth +3=imselector +4=kimpanel +5=notificationitem +6=spell +7=wayland + |