Hide Forgot
input-pad XTest mode can send the keyevents to gtk clients but cannot switch IM engines by pressing Control + space buttons on input-pad with ibus 1.5. To reproduce: 1. Invoke input-pad and ibus-ui-gtk3. 2. Press Control+space on input-pad window.
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
https://github.com/ibus/ibus/commit/6c5e5d09cb13989e21c7d533e9c0332feb3f0208
ibus-1.4.99.20120428-1.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/ibus-1.4.99.20120428-1.fc17
Package ibus-1.4.99.20120428-1.fc17: * should fix your issue, * was pushed to the Fedora 17 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing ibus-1.4.99.20120428-1.fc17' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-6889/ibus-1.4.99.20120428-1.fc17 then log in and leave karma (feedback).
ibus-1.4.99.20120428-1.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report.