GNOME Bugzilla – Bug 733292
GtkApplication: Add a way to disable all accelerators
Last modified: 2014-07-25 19:00:05 UTC
This is useful, e.g. in gnome-terminal, where accelerators may interfere with an app that is running inside the terminal.
Created attachment 280917 [details] [review] GtkApplication: Add a way to disable all accelerators
Actually, g_object_set (gtk_settings_get_default (), "gtk-enable-accels", FALSE, NULL); already works fine for this purpose, it seems.