Comment 53 for bug 878492

Revision history for this message
Chris Bainbridge (chris-bainbridge) wrote :

I have this bug but I do not think it has anything to do with Unity as I am running XFCE. I am using Ubuntu 12.04.

QUESTIONS

Is this bug report meant to cover Unity only?

Should I open a new bug, or should one of the duplicate bugs be unduped?
(I noticed there is some discussion in bug #726639 around whether or not it is actually a dupe of this bug).

Is anyone else seeing this issue and not using Unity?

WORKAROUNDS THAT WORK

$ cat .gtkrc-2.0
binding "NoKeyboardNavigation" {
        unbind "<shift>F10"
}

class "*" binding "NoKeyboardNavigation"

$ cat .config/gtk-3.0/gtk.css
@binding-set NoKeyboardNavigation {
     unbind "<shift>F10"
}

* {
     gtk-key-bindings: NoKeyboardNavigation
}

WORKAROUNDS THAT DO NOT WORK

I have tried gconf-editor, changing the setting /desktop/gnome/interface/menubar_accel has no effect