Nimf

Nimf is a multilingual input method framework which inherits Dasom.

Installation

Install the nimfAUR package.

Input method engines

The following engines are bundled in nimfAUR:

  • nimf-libhangul — for typing Korean hangul, based on libhangul
  • nimf-anthy — for typing Japanese, based on anthy
  • nimf-chewing — for typing Chinese using Zhuyin, based on
  • nimf-rime — for typing Chinese, based on librime

Initial setup

Add the following lines to your desktop start up script files to register the input method modules and support XIM programs.

export GTK_IM_MODULE=nimf
export QT4_IM_MODULE="nimf"
export QT_IM_MODULE=nimf
export XMODIFIERS="@im=nimf"
nimf

Re-login to make these environment changes effective.

If you are using GNOME, you may need to run the following commands to use :

$ gsettings set org.gnome.settings-daemon.plugins.keyboard active false
$ gsettings set org.gnome.settings-daemon.plugins.xsettings overrides "{'Gtk/IMModule':<'nimf'>}"

If the indicator does not display the current state, then run the instance explicitly:

$ nimf-daemon
$ nimf-indicator

Editing Settings

Use nimf-settings(1) to edit nimf settings. You can launch from your preferred terminal, or from the Nimf indicator menu which appears in system tray area.

gollark: Ohhh, the siyats?
gollark: Can't find it somehow.
gollark: What's in the want box?
gollark: Where? Did I miss it?
gollark: Wow, I managed to make a hatchling sick just by autorefreshing at 1 a second for a bit.

See also

This article is issued from Archlinux. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.