Comment 15 for bug 1113420

Revision history for this message
scinart (scinart) wrote :

#13 does work for me.

According to GTK docs , GtkSettings:gtk-enable-mnemonics has been deprecated since version 3.10 and should not be used in newly-written code. This setting can still be used for application overrides, but will be ignored in the future.

https://developer.gnome.org/gtk3/stable/GtkSettings.html#GtkSettings--gtk-enable-mnemonics

#14 refers to the wrong property. It is gtk-enable-mnemonics rather than gtk-auto-mnemonics.