前提:已安装RPMforge(第三方软件源)。
步骤:
1.搜索scim软件源
$ yum search scim
列出的清单中需要安装的有:
scim.x86_64 : Smart Common Input Method platform
scim-libs.x86_64 : Smart Common Input Method libraries
scim-pinyin.x86_64 : Smart Pinyin IMEngine for Smart Common Input Method
: platform
scim-tables.x86_64 : SCIM Generic Table IMEngine
scim-tables-chinese.x86_64 : SCIM tables for Chinese
2.执行安装
$ sudo yum install scim.x86_64 scim-libs.x86_64 scim-pinyin.x86_64 scim-tables.x86_64 scim-tables-chinese.x86_64
3.设置输入法切换热键。
按Ctrl+Space调出scim输入法,点击(Show command menu.)>>SCIM Setup,在SCIM Input Method Setup窗口中选择FrontEnd>>Global Setup,点击Next input method右侧的按钮。在Select the next Input method keys中点击Key Code右侧的按钮,按下切换组合键(如Ctrl+Shift)后释放,点击Add添加后确认退出。
4.设置备选输入法。
在SCIM Input Method Setup窗口中选择IMEngine>>Global Setup,点击Name左侧的三角可展开详情,勾选所需的输入法(如Smart Pinyin),完成后确认退出。
5.所做设置在重启系统后生效。