diff options
author | xyz <gky44px1999@gmail.com> | 2023-10-21 23:02:28 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2023-10-21 23:02:28 -0700 |
commit | 9eb49b479be5b596f7a95e3ed58f5e651e10b38b (patch) | |
tree | 8ca6a0a247b07662d8093cd022c238609cff870f /home/xyz/.config/fcitx5/config | |
parent | 4b9312ebf6f24291b2c048831f4673db3ed84c41 (diff) |
in process of convert studio laptop to server
Diffstat (limited to 'home/xyz/.config/fcitx5/config')
-rw-r--r-- | home/xyz/.config/fcitx5/config | 71 |
1 files changed, 0 insertions, 71 deletions
diff --git a/home/xyz/.config/fcitx5/config b/home/xyz/.config/fcitx5/config deleted file mode 100644 index 654a6b73..00000000 --- a/home/xyz/.config/fcitx5/config +++ /dev/null @@ -1,71 +0,0 @@ -[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 - |