Revision: 6405
Author: ek.kato
Date: Mon May 31 20:37:36 2010
Log: Edited wiki page through web user interface.
http://code.google.com/p/uim/source/detail?r=6405

Modified:
 /wiki/UIMSystemConfiguration.wiki

=======================================
--- /wiki/UIMSystemConfiguration.wiki   Fri Jun 29 17:45:40 2007
+++ /wiki/UIMSystemConfiguration.wiki   Mon May 31 20:37:36 2010
@@ -41,7 +41,7 @@


 === Using Qt Immodule ===
-To use Qt immodule, you need to apply the [http://freedesktop.org/wiki/Software_2fimmodule_2dqt qt-immodule patch] Qt and build uim with --with-qt-immodule configure option. Then, please set QT_IM_MODULE environment variable like this. +To use Qt immodule, you need Qt4 and need to build uim with --with-qt4-immodule. For old Qt3, apply [http://freedesktop.org/wiki/Software_2fimmodule_2dqt immodule patch for Qt3] and build uim with --with-qt-immodule configure option. Then, please set QT_IM_MODULE environment variable like this.

 {{{
   export QT_IM_MODULE=uim
@@ -59,29 +59,27 @@
 {{{
   export UIM_CANDWIN_PROG=uim-candwin-gtk
   export UIM_CANDWIN_PROG=uim-candwin-qt
+  export UIM_CANDWIN_PROG=uim-candwin-qt4
 }}}

-Then, run the uim-xim command. For further defail, refer to [UIM_XIM uim-xim]. +Then, run the uim-xim command. For further detail, please refer to [UIM_XIM uim-xim].


 == (2) Choosing the Default Input Method ==
Next, you should choose the default input method by running uim-pref-gtk or uim-pref-qt.

-  * run uim-pref-(gtk/qt)
+  * run uim-pref-(gtk/qt/qt4)
   * Goto "General settings" section
   * check "Input method deployment -> Specify default IM"
   * choose "Input method deployment -> Default input method"
* If you cannot find the IM that you want to use, press "Input method deployment -> Enabled input methods -> Edit" and activate the IM. * If you cannot find your favorite IM in the list of enabled input methods, please check your installation.

-
-
-  Notice: uim-pref-(gtk/qt) was not offered before uim-0.4.5
- For such old version, put following line (replace 'anthy with whatever you'd like to use) to your ~/.uim.
-    (define default-im-name 'anthy)
-
 == (3) Setting other bridges ==
uim has other bridges like [UIM_EL uim-el](for emacs) and [UIM_FEP uim-fep](for console apps). Please setup these according to each bridge's manual (optional).

   * [UIM_FEP uim-fep document]
   * [UIM_EL uim-el document]
+
+== (4) Setting for the On/Off keys
+You can edit On/Off keys. By default, uim set "Shift-Space" and "zenkaku-hankaku" as On/Off keys for the most of input methods. Please change them as you like using uim-pref-(gtk/qt/qt4) in "Global key bindings 1" and input method specific key setting (like "Anthy key bindings 2").

Reply via email to