小麥注音輸入法,源於「香草輸入法」。一開始是為使用 MacOSX 的人開發的,目前也有開發 fcitx5 模組(fcitx5-mcbopomofo,小麥注音輸入法 fcitx5 模組),讓使用 linux 的人在 fcitx 環境可以使用。
程式碼位置:https://github.com/openvanilla/fcitx5-mcbopomofo(小麥注音的 Linux 版本,功能與小麥注音 macOS 版同步)
功能
- 提供自動選字注音
- 提供傳統注音(打一字選一字「ㄅ半」注音)
- 用戶自訂詞功能:可在組字區加詞,亦可直接修改用戶詞庫檔案及刪詞設定檔
- 記憶使用者最近選字
- 支援標準、倚天、許氏鍵盤、倚天 26 鍵等常見注音鍵盤排列
- 便捷輸入各種中文標點符號
- 支援微軟新注音式「游標後」跟漢音式「游標前」選字
安裝方式
- 先安裝 fcitx5, CMake, 以及相關開發用模組套件:
- 將程式碼下載回來,並執行以下指令:
- 第一次安裝後,執行以下指令,小麥注音 icon 就會出現在 fcitx5 選單中
sudo apt install \
fcitx5 libfcitx5core-dev libfcitx5config-dev libfcitx5utils-dev \
cmake extra-cmake-modules gettext libfmt-dev
git clone https://github.com/openvanilla/fcitx5-mcbopomofo.git
cd fcitx5-mcbopomofo
mkdir -p build; cd build
cmake ../ -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug
make && sudo make install
sudo update-icon-caches /usr/share/icons/*
參考資源
- fcitx5-mcbopomofo: 小麥注音輸入法 fcitx5 模組:https://github.com/openvanilla/fcitx5-mcbopomofo