|
发表于 2004-8-22 18:43:06
|
显示全部楼层
回复: Ctrl_space cannot work!
最初由 小劲鸭 发表
I have installed fcitx, but Ctrl_space could not work yet. I'v tried to change other hot keys, it doesn't work either. Someone knows what's going on?
use scim, it is much easier in gentoo now.
emerge -a scim-cvs scim-chinese scim-tables
you will also need these two files
[PHP]tux ~ # cat /etc/env.d/100i18n
LANG=zh_CN.gbk
LC_CTYPE=zh_CN.gbk
LC_NUMERIC=zh_CN.gbk
LC_TIME=zh_CN.gbk
LC_COLLATE=zh_CN.gbk
LC_MONETARY=zh_CN.gbk
LC_MESSAGES=zh_CN.gbk
LC_PAPER=zh_CN.gbk
LC_NAME=zh_CN.gbk
LC_ADDRESS=zh_CN.gbk
LC_TELEPHONE=zh_CN.gbk
LC_MEASUREMENT=zh_CN.gbk
LC_IDENTIFICATION=zh_CN.gbk
tux ~ # cat /etc/env.d/110XIM
XMODIFIERS="@im=SCIM"[/PHP]
and also don't forget this
[PHP]env-update && source /etc/profile[/PHP] |
|