|
From: SourceForge.net <no...@so...> - 2012-09-19 11:21:47
|
Bugs item #2682790, was opened at 2009-03-11 07:03 Message generated for change (Comment added) made by tzhuan You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=650539&aid=2682790&group_id=108454 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: FrontEnd: QT IMModule Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Denis Dzyubenko (shad_s) Assigned to: LiuCougar (liuspider) Summary: Compose key doesn't work with scim-bridge-qt4 Initial Comment: When using scim-bridge-qt4 immodule I can't use Compose key to type special characters like euro-sign or letters like ø, ó, á (which are typed by pressing Compose key and / and then o, for example). It works fine with gtk-im-module in gtk applications: This works: XMODIFIERS="@im=SCIM" GTK_IM_MODULE="scim-bridge" QT_IM_MODULE="scim-bridge" gedit However with qt immodule this doesn't work: XMODIFIERS="@im=SCIM" GTK_IM_MODULE="scim-bridge" QT_IM_MODULE="scim-bridge" ./demos/textedit/textedit (the immodule itself works - I can trigger a panel and type for example canna). I am using Qt 4.5.0 and scim-bridge-qt4 0.4.14 ---------------------------------------------------------------------- >Comment By: Tz-Huan Huang (tzhuan) Date: 2012-09-19 04:21 Message: The current implementation of scim-bridge masks some compose keys. We are working on this and try to fix it in the next release. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=650539&aid=2682790&group_id=108454 |