home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / scim / README.Qt < prev    next >
Encoding:
Text File  |  2010-07-03  |  2.0 KB  |  38 lines

  1. SCIM supports three different input modes -- XIM mode, GTK IM mode, and Qt 3
  2. IM mode.  The Qt 3 IM mode needs an unofficial patch for Qt 3, because
  3. Trolltech has said that such patch can't go into Qt 3 as it's considered too
  4. intrusive.  Debian's Qt maintainers has included this patch into Qt 3 packages
  5. since version 3:3.3.5-4.
  6.  
  7. Qt 4 has plans to officially support input methods, but the current status in
  8. Qt 4.3.2 is still not clear (at least to the author of this README).  And
  9. there is currently no Qt 4 IM module support for SCIM in Debian.
  10.  
  11. Therefore, Qt/KDE 3 applications can use either XIM mode or Qt 3 IM mode for
  12. SCIM.  These can be easily set and changed with the im-switch package.  The
  13. XIM mode support is included in scim package.  To use Qt 3 IM mode, you also
  14. need to install scim-qtimm package.  Qt/KDE 4 applications only have the
  15. option of XIM mode, but it should work just fine.
  16.  
  17. When using XIM mode in Qt 3, You need to pay extra attention on two things:
  18.  
  19. 1. Both Qt and SCIM have their own settings for XIM style, so you need to make
  20. sure they match.  There are two commonly used XIM styles, usually called "on
  21. the spot" and "over the spot".  To change the style in SCIM, run scim-setup
  22. (or choose "SCIM Input Method Setup" from your menu), and go to the "FrontEnd
  23. -> Global Setup" page.  The option to change XIM style is "Embed Preedit
  24. String into client window", when it is selected, you are using "on the spot"
  25. style; and when it is not selected, you are using "over the spot" style.  To
  26. change the style in Qt, run qtconfig (or choose "Qt3 Configuration" from your
  27. menu), go to "Interface" tab, and choose the style in the "XIM Input Style"
  28. dropdown menu at the bottom.  You usually don't need the "off the spot" or
  29. "root" style.
  30.  
  31. 2. It is reported that some of the KDE applications don't work very well when
  32. using "on the spot" style.  So if your application behaves strangely, you may
  33. want to try switching to "over the spot" style first.
  34.  
  35. (Last updated by Ming Hua, on Sat, 13 Oct 2007)
  36.  
  37. vim:textwidth=78:
  38.