[Fedora-i18n-bugs] [Bug 493509] [PATCH] ibus-hangul missing right Ctrl for Hanja button

bugzilla at redhat.com bugzilla at redhat.com
Mon Apr 6 20:48:54 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=493509





--- Comment #1 from Warren Togami <wtogami at redhat.com>  2009-04-06 16:48:54 EDT ---
diff -urN ibus-hangul-1.1.0.20090328.orig/src/engine.c
ibus-hangul-1.1.0.20090328/src/engine.c
--- ibus-hangul-1.1.0.20090328.orig/src/engine.c 2009-03-26 01:50:18.000000000
-0400
+++ ibus-hangul-1.1.0.20090328/src/engine.c 2009-04-06 16:20:44.935321507 -0400
@@ -450,7 +450,7 @@
     if (keyval == IBUS_Shift_L || keyval == IBUS_Shift_R)
         return FALSE;

-    if (keyval == IBUS_F9 || keyval == IBUS_Hangul_Hanja) {
+    if (keyval == IBUS_F9 || keyval == IBUS_Hangul_Hanja || keyval ==
IBUS_Control_R) {
  ibus_hangul_engine_toggle_lookup_table (hangul);
  return TRUE;
     }

This makes it work for the non-Korean keyboard Hanja conversion button.  Filing
the right Alt Han/En button as a separate bug since it requires more work.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-i18n-bugs mailing list