diff options
author | noa@gaiwan.org | 2024-03-23 23:58:17 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-03-23 23:58:17 +0000 |
commit | 104b2e29fd19286108630f4db4363c47ecda2624 (patch) | |
tree | 8f08238ad2943fa27fee80d041950e1814894ee4 /fcitx5/config | |
parent | 9646dce8a010d51ebd8ad8a6bfd2cf777e4511cd (diff) |
Add fcitx config
Diffstat (limited to 'fcitx5/config')
-rw-r--r-- | fcitx5/config | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/fcitx5/config b/fcitx5/config new file mode 100644 index 0000000..aa6157b --- /dev/null +++ b/fcitx5/config @@ -0,0 +1,68 @@ +[Hotkey] +# 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 +# Activate Input Method +ActivateKeys= +# Deactivate Input Method +DeactivateKeys= + +[Hotkey/TriggerKeys] +0=Control+space + +[Hotkey/EnumerateGroupForwardKeys] +0=Super+space + +[Hotkey/EnumerateGroupBackwardKeys] +0=Shift+Super+space + +[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=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= +# Force Disabled Addons +DisabledAddons= +# Preload input method to be used by default +PreloadInputMethod=True + |