GNOME Bugzilla – Bug 133878
vte_terminal_key_press should call GtkWidget's key_press
Last modified: 2004-12-22 21:47:04 UTC
vte_terminal_key_press shoudl call GtkWidget's implementation of key_press_event at some point so that gtk's keybindings are processed. For example, Menu raises a popup-menu signal in GtkWidget, but VteTerminal is not emiting those. This is needed so that the popup menu in gnome-terminal, for example, is accessible through the keyboard.
Fixing for 0.11.11.
*** Bug 132548 has been marked as a duplicate of this bug. ***