[Fedora-i18n-bugs] [Bug 810415] input-pad cannot switch IMEs with ibus 1.5

bugzilla at redhat.com bugzilla at redhat.com
Fri Apr 6 01:10:55 UTC 2012


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=810415

fujiwara <tfujiwar at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #1 from fujiwara <tfujiwar at redhat.com> 2012-04-05 21:10:55 EDT ---
The suggestion is to remove mouse masks from ibus trigger keys.
input-pad sends key events with mouse events.

diff --git a/ui/gtk3/keybindingmanager.vala b/ui/gtk3/keybindingmanager.vala
index 0b588da..dd3c7bd 100644
--- a/ui/gtk3/keybindingmanager.vala
+++ b/ui/gtk3/keybindingmanager.vala
@@ -36,7 +36,12 @@ public class KeybindingManager : GLib.Object {
  Gdk.ModifierType.MOD2_MASK |
  Gdk.ModifierType.LOCK_MASK |
  Gdk.ModifierType.MOD4_MASK |
-  Gdk.ModifierType.MOD5_MASK);
+  Gdk.ModifierType.MOD5_MASK |
+  Gdk.ModifierType.BUTTON1_MASK |
+  Gdk.ModifierType.BUTTON2_MASK |
+  Gdk.ModifierType.BUTTON3_MASK |
+  Gdk.ModifierType.BUTTON4_MASK |
+  Gdk.ModifierType.BUTTON5_MASK);

     /**
      * Helper class to store keybinding

-- 
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 i18n-bugs mailing list