本帖最後由 caihk 於 2024-4-4 14:38 編輯
之前寫落咗啲關於安裝中文輸入法(ibus-table),同埋用碼表自制輸入法 。
我自己已經年幾兩年無再掂desktop linux.
在 Raspbian 安裝 Rime 中文輸入法 (粵拼)
安裝ibus和自制輸入法
-----------------------------------------------------------------------------------------------------------------------------------------
1. sudo apt-get install ibus ibus-qtk ibus-qtk3 ibus-qt4 ibus-clutter
2. sudo apt-get install ibus-table-cantonese (用對照表速度快, cantonese 個人覺得好順手, 好過用 cantonhk, jyutping)
3. ibus-daemon -drx (啟動 ibus)
不過 ibus-table-cantonese 都有啲字打唔出, 一係裝多個速成 quick classic, 一係手動改碼表, 首先下載咗個 cantonese.txt (https://github.com/definite/ibus-table-chinese/tree/master/tables), 然後用 text editor 打開加減改你想改既字, 例如
麗 (lei) 改為 lai, 然後用createdb 創造一個新碼表 (eg new.db), 放返係 /usr/share/ibus-tables/tables
> ibus-table-createdb -n /usr/share/ibus-table/tables/new.db -s cantonese.txt (-n 係 new, -s 係source)
跟住 ibus-daemon -drx (重啟輸入法)
https://www.hkepc.com/forum/view ... ;page=1#pid39084297
關於碼表可以參考呢度 :
http://beautifyworks.blogspot.com/2014/11/linux.html
有個網上廣東話輸入法, 非常貼近香港人使用, 唔洗安裝即用

https://www.cantoneseinput.com
有其他hkepc師兄寫關於linux中文輸入法
https://www.hkepc.com/forum/view ... ;page=1#pid39148389 |