widget-factory: Make <F11> toggle fullscreen

This commit is contained in:
Benjamin Otte 2022-02-11 01:13:13 +01:00
parent c400dce0b1
commit a26c1a5f0d

View File

@ -2053,6 +2053,7 @@ activate (GApplication *app)
{ "win.open", { "<Control>o", NULL } },
{ "win.record", { "<Control>r", NULL } },
{ "win.lock", { "<Control>l", NULL } },
{ "win.fullscreen", { "F11", NULL } },
};
struct {
const char *action_and_target;