Open X Input Method

螢火飛(Firefly) <firefly@opendesktop.org.tw>


  Open X Input Method (簡稱 OXIM),是一套輸入法程式。她是以 XCIN 2.5.3pre2  為基礎改良而來,除了繼承 XCIN 的優點外,並且增加了美觀的介面,以及更多的功能,在各種語言環境下,皆可輸入中文。



OXIM 的授權:


    Copyright (C) 2006 by OXIM TEAM

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA




主要功能介紹:

系統匣快速選單,可直接執行各項功能,如 下圖:




組字與狀態視窗分開,介面極度精簡又美觀。沒有輸入時,只會出現輸入法狀態,組字視窗不會顯示,不影響閱讀,並且支援 GTK2 游標跟隨,以及候選字詞垂直排列。如下圖:




可輸入全字庫(CNS11643)所有的字,如下圖:




可以打繁出简、打简出繁,不必改變輸入習慣,如下圖:



各種環境下皆可輸入中文,如下圖:
簡體中文環境

英文環境

日文環境

韓文環境




各式符號輸入表,如下圖:




螢幕小鍵盤,可完全取代實體鍵盤,如下圖:




提供 XCIN 輸入風格,如下圖:



方便的視覺化設定介面(輸入法設定):



方便的視覺化設定介面(字型設定):



方便的視覺化設定介面(快速片語設定):



安裝輸入法(本機安裝):



安裝輸入法(透過網路安裝):



設定輸入法屬性(一):



設定輸入法屬性(二):


檔案下載:

一、已編譯套件:
請從: ftp://ftp.opendesktop.org.tw/odp/OXIM/Distribute/ 下載。

二、原始碼:
請從: ftp://ftp.opendesktop.org.tw/odp/OXIM/Source/ 下載。

三、從 CVS Server 取得最新原始碼:

指令:cvs -z6 -d :pserver:anonymous@opendesktop.org.tw:/misc/cvs co oxim



編譯:

一、從下載的原始碼編譯:
# tar zxvf oxim-x.y.z-tar.gz
# cd oxim-x.y.z
# ./configure --disable-static
# make
# make install-strip

二、從 CVS Server 下載編譯:
# cd oxim
# ./autogen.sh
# ./configure --disable-static
# make
# make install-strip

詳細的編譯選項,請執行 # ./configure --help 查看。


Q & A :

Q1、OXIM 附帶的符號表中,沒有我要用的,我可以自己加進去嗎?
A:可以。您只要把 /usr/lib/oxim/tables/symbol.list 複製到 ~/.oxim/tables/ 之下,就可以自己改了,至於如何修改,請編輯 symbol.list 看內容就知道了,有一點要注意的是,最多只能有十個類別,每個類別最多可有 100 個符號,超過部份會被 OXIM 忽略。

Q2、聽說可以自己設計螢幕小鍵盤,怎麼做?
A:
  1. 先複製 /usr/lib/oxim/panels/defaultkeyboard.* 到 ~/.oxim/panels/ 之下,其中 defaultkeyboard.xpm 是圖檔,而 defaultkeyboard.conf 是按鈕定義檔,您必須先設計出您自己喜歡的鍵盤圖片,並且命名為 defaultkeyboard.xpm。
  2. 至於,小鍵盤按鍵,則定義在 defaultkeyboard.conf 中,您可以用文字編輯器編輯它,定義方式都寫在 defaultkeyboard.conf 中,如果有不需要的按鍵,建議加上 # 號取消,不建議您刪除,以免下次忘記如何定義。