home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / doc / scim / README.Qt < prev    next >
Encoding:
Text File  |  2007-03-05  |  1.5 KB  |  29 lines

  1. SCIM supports three different input modes - XIM mode, GTK IM mode, and Qt IM
  2. mode.  Currently the Debian packages only supports XIM and GTK IM, as the Qt
  3. IM mode needs an unofficial patch for Qt 3, and Trolltech has said that such
  4. patch can't go into Qt 3 because being considered too intrusive.  At the time
  5. of writing this README, Debian's Qt 3 package doesn't include this patch
  6. either.
  7.  
  8. But don't worry, Qt/KDE applications can use XIM mode just fine.  You only
  9. need to pay extra attention on two things:
  10.  
  11. 1. Both Qt and SCIM has their own settings for XIM style, so you need to make
  12. sure they match.  There are two commonly used XIM styles, usually called "on
  13. the spot" and "over the spot".  To change the style in SCIM, run scim-setup
  14. (or choose "SCIM Input Method Setup" from your menu), and go to the "FrontEnd
  15. -> Global Setup" page.  The option to change XIM style is "Embed Preedit
  16. String into client window", when it is selected, you are using "on the spot"
  17. style; and when it is not selected, you are using "over the spot" style.  To
  18. change the style in Qt, run qtconfig (or choose "Qt3 Configuration" from your
  19. menu), go to "Interface" tab, and choose the style in the "XIM Input Style"
  20. dropdown menu at the bottom.  You usually don't need the "off the spot" or
  21. "root" style.
  22.  
  23. 2. It is reported that some of the KDE applications don't work very well when
  24. using "on the spot" style.  So if your application behaves strangely, you may
  25. want to try switching to "over the spot" style first.
  26.  
  27. vim:textwidth=78:
  28.  
  29.