fcitx 4.0 cannot be turned on by pressing CTRL_SPACE (in config the hot key
IS CTRL_SPACE)
here is my fcitx.conf
XIM=fcitx
> XIM_PROGRAM="/usr/bin/fcitx"
> GTK_IM_MODULE=XIM
> QT_IM_MODULE=XIM
> DEPENDS="fcitx"
>
>
and here is my bashrc:
# .bashrc
>
> # Source global definitions
> if [ -f /etc/bashrc ]; then
> . /etc/bashrc
> fi
> export FIGNORE='.o:.bak:.tmp'
> export http_proxy=http://127.0.0.1:8580
> export https_proxy=http://127.0.0.1:8580
> complete sudo -c
> complete -o dirnames cd
>
> export XMODIFIERS="@im=fcitx"
> export QT_IM_MODULE=xim
> export GTK_IM_MODULE=xim
> # User specific aliases and functions
>
>
and also when I logged in the fcitx does NOT display its panel but after I
switched to a tty console and switch it back, it displays.
I press CTRL_SPACE, nothing happened and I canNOT input chinese
I did NOT modify the CONFIG file
Sorry for bothering you by my poor english
thanks
Best Regards
VIC.129