diff options
Diffstat (limited to '.config/fcitx/conf/fcitx-autoeng.config')
-rw-r--r-- | .config/fcitx/conf/fcitx-autoeng.config | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.config/fcitx/conf/fcitx-autoeng.config b/.config/fcitx/conf/fcitx-autoeng.config new file mode 100644 index 0000000..7dfc7f4 --- /dev/null +++ b/.config/fcitx/conf/fcitx-autoeng.config @@ -0,0 +1,21 @@ +[Auto English] +# Choose key modifier +# Available Value: +# None +# Alt +# Ctrl +# Shift +#ChooseModifier=Alt +# Do not show spell hint +# Available Value: +# True False +#DisableSpell=False +# Maximum hint length +#MaximumHintLength=2 +# Maximum words number kept in preedit +#MaximumKeep=3 +# Add Extra space when selecting a candidate word +# Available Value: +# True False +#SelectAddSpace=True + |