#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.
#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#GtkSetting s--gtk- enable- mnemonics
#14 refers to the wrong property. It is gtk-enable- mnemonics rather than gtk-auto-mnemonics.