openbsd-ports/inputmethods/uim/pkg/DESCR-gtk
espie 4f9dc282d8 activate the qt part, now that it works.
Split stuff into subpackages, so that you don't need to have gtk if
you don't need it.
2006-10-19 09:35:16 +00:00

18 lines
468 B
Plaintext

gtk input module for uim, the universal input method.
In order to use it, you have to put something like
export XMODIFIERS=@im=uim
export GTK_IM_MODULE="uim"
in your .xinitrc.
Under gtk+,
uim-pref-gtk can be used to set up basic preferences.
uim-toolbar-gtk should be run along the application in
order to be able to enter japanese text.
uim is using the utf8 encoding internally, so this
should be used in various applications (e.g.,
set encoding=utf8 in gvim).