Accelerators stop responding when menubar gets hidden
问题 I have a glade-based UI for gtk3, and I set accelerators fields for several menuitems. I'm not sure what GtkBuilder does exactly behind the scenes when it's loading the glade file (use a global GtkAccelGroup?), but the end result is, when I hide the menubar, the accelerator shortcuts stop working. I'm wondering whether there is a way of getting the accelerators working even when the menu is not visible, while still sticking to glade as much as possible. 回答1: Maybe you can try to stick the