Comment 32 for bug 878492

Revision history for this message
thom (tsk) wrote :

Hmm.... not for unity-3d it isn't....not yet.

for gnome-terminal I still have to add the cryptic incantation:

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

* {
     gtk-key-bindings: NoKeyboardNavigation
}
EOF
#----------------------------------------------------------

to make it work properly

The only "fix" that landed in 12.04 beta was a brand new bug:
when F10-menu is enabled, menu is only visible as long as F10 is pressed. Upon release of F10 the menu disappears.

not quite there yet I suppose ;-)