mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 05:31:07 +00:00
widget-factory: Show Ctrl-? in the menu
We use our own action for showing the shortcuts window, so we need to associate this shortcut with our action for it to show up.
This commit is contained in:
parent
7344a03aa3
commit
4d00f1903a
@ -1997,6 +1997,7 @@ activate (GApplication *app)
|
||||
const char *accelerators[2];
|
||||
} accels[] = {
|
||||
{ "app.about", { "F1", NULL } },
|
||||
{ "app.shortcuts", { "<Control>question", NULL } },
|
||||
{ "app.quit", { "<Control>q", NULL } },
|
||||
{ "app.open-in", { "<Control>n", NULL } },
|
||||
{ "win.dark", { "<Control>d", NULL } },
|
||||
|
Loading…
Reference in New Issue
Block a user