Gnome-terminal shows pop-up menu after pressing F10 (with disabled accelerator)

Bug #987971 reported by Valdisvi
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Unity
New
Undecided
Unassigned

Bug Description

This bug is next issue after fixed Unity bug #878492 (F10 was changed to Alt+F10 for Unity/Compiz).
So, now gnome terminal after pressing F10 shows:
a: first menu, if F10 menu accelerator is enabled (what is correct), but
b: pop-up menu (similar to right mouse click), if F10 accelerator key is disabled (unchecked), what is not correct.

summary: - Gnome-terminal shows pop-up menu after pressing F10
+ Gnome-terminal shows pop-up menu after pressing F10 (with disabled
+ accelerator)
description: updated
description: updated
description: updated
Revision history for this message
Valdisvi (valdis-vitolins) wrote :

According to https://bbs.archlinux.org/viewtopic.php?id=129872#8 get workaround for it:

For gtk-3 apps like gnome-terminal and nautilus created a new file: ~/.config/gtk-3.0/gtk.css with content:

@binding-set NoKeyboardNavigation {
 unbind "<shift>F10"
}

* {
 gtk-key-bindings: NoKeyboardNavigation
}

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.