92d23b0c0d
PR: ports/73311 Submitted by: Yamashiro Jun <yamajun@ofug.net>
18 lines
508 B
Plaintext
18 lines
508 B
Plaintext
UIM configuration changed after uim-0.4.4.
|
|
|
|
# Before 0.4.4:
|
|
GTK_IM_MODULE=uim-anthy; export GTK_IM_MODULE
|
|
XMODIFIERS=@im=uim-anthy; export XMODIFIERS
|
|
# After 0.4.4:
|
|
GTK_IM_MODULE=uim; export GTK_IM_MODULE
|
|
XMODIFIERS=@im=uim; export XMODIFIERS
|
|
|
|
And specify your favorite input method to your ~/.uim
|
|
(define default-im-name 'anthy)
|
|
|
|
SEE ALSO:
|
|
in English:
|
|
http://freedesktop.org/pipermail/uim/2004-October/000659.html
|
|
in Japanese:
|
|
http://lists.sourceforge.jp/mailman/archives/anthy-dev/2004-October/001135.html
|