diff options
author | xyz <gky44px1999@gmail.com> | 2021-10-21 01:33:06 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-10-21 01:33:06 -0700 |
commit | 3f329fcb22170bd233eac5594f9985837a0e7da8 (patch) | |
tree | be8bdfe016616b7998f4b066dbe6317b496cee9c /home/xyz/.config/fcitx5/config | |
parent | 067deda6705ae7a86d849c4a3223e1774e77e06e (diff) |
add more changed fcitx5 configs
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 + |