web/html/projects/i18n iiimf-faq.php,1.1.1.2,1.1.1.3

Leon Ho (llch) fedora-extras-commits at redhat.com
Wed May 25 05:57:35 UTC 2005


Author: llch

Update of /cvs/fedora/web/html/projects/i18n
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26982

Modified Files:
      Tag: FEDORA
	iiimf-faq.php 
Log Message:
added new FAQ on unable to use hotkey - tagoh



Index: iiimf-faq.php
===================================================================
RCS file: /cvs/fedora/web/html/projects/i18n/iiimf-faq.php,v
retrieving revision 1.1.1.2
retrieving revision 1.1.1.3
diff -u -r1.1.1.2 -r1.1.1.3
--- iiimf-faq.php	11 May 2005 03:00:10 -0000	1.1.1.2
+++ iiimf-faq.php	25 May 2005 05:57:33 -0000	1.1.1.3
@@ -33,6 +33,8 @@
     <li><a href="#T1">OK! It is still not working in GNOME. What can I check?</a></li>
     <li><a href="#T2">OK! It is still not working in KDE. What can I check?</a></li>
     <li><a href="#T3">I cannot see my any languages in "Add or Remove" dialog in GIMLET applet. What should I do?</a></li>
+    <li><a href="#T4">I have changed the hotkey but it doesn't work at all.</a></li>
+    <li><a href="#T5">I have changed the hotkey but it doesn't work on applications such as KDE.</a></li>
   </ul>
   <li>Bug submission FAQ</li>
   <ul>
@@ -219,6 +221,19 @@
 <p>
 GIMLET applet can only fetch the language list when you have already ran a application. For example, please run <i>gedit</i> and then try again.
 </p>
+<a name="T4"></a>
+<h3> Q: I have changed the hotkey but it doesn't work at all.</h3>
+<p>
+If you changed the hotkey as a per-user configuration (i.g. without -g option), it maybe caused by your SELinux being set to enforcing mode, due to the fact of lacking SELinux policy. The only way to get this working is to change the SELinux mode to Permissive with <em>setenforce</em> command. Another option is to configure the hotkey through -g option as system-wide configuration.
+</p>
+<a name="T5"></a>
+<h3> Q: I have changed the hotkey but it doesn't work on applications such as KDE.</h3>
+<p>
+Unfortunately iiimx (the XIM-IIIMF bridge utility) does not support the hotkey protocol at the moment. You need to change the X resource for iiimx separately. For instance, if you prefer Shift+space instead of Ctrl+space, you need to have the following content in <em>~/.Xresources</em> or run <em>xrdb -merge</em>:
+</p>
+<pre>
+*conversionOnKeys: <Shift>space
+</pre>
 <hr>
 
 <h2> Bug submission FAQ </h2>




More information about the fedora-extras-commits mailing list