diff options
author | Weitian LI <liweitianux@gmail.com> | 2014-06-13 22:47:12 +0800 |
---|---|---|
committer | Weitian LI <liweitianux@gmail.com> | 2014-06-13 22:47:12 +0800 |
commit | b35be1d080b8abcbe989dc2687d61b4b2d450099 (patch) | |
tree | c02498d16034a3aa72016679aa706c1ae7338253 /.config/fcitx/conf/fcitx-autoeng.config | |
parent | 78f7be4e4b6501b15b5fefc9f7824bbadf0daf2a (diff) | |
download | dotfiles-b35be1d080b8abcbe989dc2687d61b4b2d450099.tar.bz2 |
Added various ~/.config/ dotfiles.
Updated .gitignore
Modified .gtkrc.mine
Added various ~/.config/ dotfiles:
* autostart
* fcitx
* fontconfig
* geany
* gtk-3.0
* htop
* mc
* parcellite
* vlc
* xfce4
* user-dirs.dirs, user-dirs.locale
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 + |