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:
Matthias Clasen 2021-06-17 08:59:30 -04:00
parent 7344a03aa3
commit 4d00f1903a

View File

@ -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 } },