widget-factory: Make <F11> toggle fullscreen
authorBenjamin Otte <otte@redhat.com>
Fri, 11 Feb 2022 00:13:13 +0000 (01:13 +0100)
committerBenjamin Otte <otte@redhat.com>
Sat, 12 Feb 2022 18:05:19 +0000 (19:05 +0100)
demos/widget-factory/widget-factory.c

index db23a4884ddce211911dd2479f390412c1c5afaa..319ad760ac98c1cbd84dd8d856eb4da2350f0d3e 100644 (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;