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:
@@ -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 } },
|
||||
|
||||
Reference in New Issue
Block a user