跳到主要內容

安裝輸入法 fcitx

[code]yum -y install fcitx fcitx-table-chinese fcitx-configtoolimsettings-switch fcitxcd /usr/share/fcitx/tablewget https://raw.githubusercontent.com/fcitx/fcitx-table-extra/master/tables/easy-big.txtwget https://raw.githubusercontent.com/fcitx/fcitx-table-extra/master/tables/easy-big.conf.intxt2mb easy-big.txt easy-big.mbmv easy-big.conf.in easy-big.confvi easy-big.confName=EasyBigAlternativePrevPage=LEFTAlternativeNextPage=RIGHTcd ../imiconwget https://raw.githubusercontent.com/fcitx/fcitx-table-extra/master/icons/fcitx-easy-big.pngmv fcitx-easy-big.png easy-big.png[/code]

安裝輸入法 fcitx
[code]

yum -y install fcitx fcitx-table-chinese fcitx-configtool
imsettings-switch fcitx

cd /usr/share/fcitx/table
wget https://raw.githubusercontent.com/fcitx/fcitx-table-extra/master/tables/easy-big.txt
wget https://raw.githubusercontent.com/fcitx/fcitx-table-extra/master/tables/easy-big.conf.in
txt2mb easy-big.txt easy-big.mb
mv easy-big.conf.in easy-big.conf

vi easy-big.conf
Name=EasyBig
AlternativePrevPage=LEFT
AlternativeNextPage=RIGHT

cd ../imicon
wget https://raw.githubusercontent.com/fcitx/fcitx-table-extra/master/icons/fcitx-easy-big.png
mv fcitx-easy-big.png easy-big.png

[/code]