Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Japanese input method for fcitx5, powered by azooKey engine

License

NotificationsYou must be signed in to change notification settings

7ka-Hiira/fcitx5-hazkey

Repository files navigation

Hazkey input method for fcitx5

AzooKeyKanaKanjiConverterを利用したIMEです

基本操作

Hazkey basic (作成中)

Zenzaiの設定

ニューラル漢字変換システムZenzaiを使用する場合は、Zenzai setup の手順に従って設定してください

インストール

Ubuntu/Debian系 (x86_64)

リリースページからdebファイルをダウンロードし、以下のコマンドでインストールできます

$ sudo apt install ./fcitx5-hazkey_VERSION_ARCH.deb# VERSIONとARCHはダウンロードしたファイル名に合わせてください

Arch Linux系

AURからインストールできます

  • binパッケージ(おすすめ, x86_64のみ)
$ yay -S fcitx5-hazkey-bin# yayの場合
  • 通常パッケージ
$ yay -S fcitx5-hazkey# yayの場合

ソースからインストール

以下をインストールする必要があります

  • fcitx5 development headers >= 5.0.4
  • swift >= 6.0
  • cmake >= 3.21
  • vulkan development headers
  • gettext

1. リポジトリのクローン

$ git clone https://github.com/7ka-Hiira/fcitx5-hazkey.git --recursive

2. ビルド

$cd fcitx5-hazkey$ mkdir build$cd build$ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr ..# エラーが発生しますが、無視してもう一度実行します$ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr ..$ make$ sudo make install

3. fcitx5 の設定

fcitx5-configtool を起動し、右のリストからhazkey を選択し、左矢印ボタンで追加します

表示されない場合は、以下のコマンドでfcitx5 を再起動してください

$ fcitx5 -rd

ライセンス

MIT License


[8]ページ先頭

©2009-2025 Movatter.jp