日期:2014-05-16 浏览次数:20754 次
sudo apt-get install scim进行安装。而 scim-python,fitx到
http://code.google.com/p/fitx/处下载。
sudo gedit /etc/X11/xinit/xinput.d/default改为如下形式即可:
# # This configuration provides default IM setting (user edittable) # See im-switch(8) and /usr/share/doc/im-switch/README.Debian . # # Define IM for traditional X application with XIM # # XIM server name used for XMODIFIERS="@im=$XIM" # XIM program /path/filename # XIM program command line arguments # # These were traditional setting before uim and scim for CJK languages # Language LC_CTYPE XIM server XMODIFIERS Start key # Japanese ja_JP* kinput2 "@im=kinput2" Shift-Space # Korean ko_KR* ami "@im=Ami" Shift-Space # Chinese(T) zh_TW.Big5 xcin "@im=xcin-zh_TW.big5" Ctrl-Space # Chinese(S) zh_CN.GB2312 xcin "@im=xcin-zh_CN.GB2312" Ctrl-Space # XIM=SCIM XIM_PROGRAM=/usr/bin/scim XIM_ARGS="-d" XIM_PROGRAM_XTRA= # Set following variable to non-zero string if program set itself as deamon XIM_PROGRAM_SETS_ITSELF_AS_DAEMON=yes # # Define GTK and QT IM module # They may or may not be using xim as the IM. # GTK_IM_MODULE=xim QT_IM_MODULE=xim # # Define lists of packages neded for above IM to function # DEPENDS="scim,scim-anthy|scim-canna|scim-chewing|scim-pinyin|scim-hangle|scim-prime|scim-skk|scim-tables-additional|scim-m17n|scim-uim|scim-tables-ja|scim-tables-ko|scim-tables-zh" # # Define X start up hook script to update IM environment #