Could someone who can reproduce this bug, and can compile their own
code, please try removing this from fix_alt_pressing.patch in compiz?

@@ -1907,6 +1918,14 @@
        break;
     case FocusIn:
     {
+       /* When a menu etc gets a grab, it's safe to say we're not tapping
+          any key right now. e.g. Detecting taps of "Alt" and cancelling
+          when a menu is opened */
+       if (event->xfocus.mode == NotifyGrab &&
+           event->xfocus.window != priv->root &&
+           event->xfocus.window != priv->grabWindow)
+           priv->possibleTap = NULL;
+
        if (!XGetWindowAttributes (priv->dpy, event->xfocus.window, &wa))
            priv->setDefaultWindowAttributes (&wa);

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/953089

Title:
  Unity 5.6: key bindings (such as Super) don't work on empty workspace

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/953089/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to