From: Benjamin Otte Date: Fri, 11 Feb 2022 00:13:13 +0000 (+0100) Subject: widget-factory: Make toggle fullscreen X-Git-Tag: archive/raspbian/4.6.5+ds-1+rpi1~1^2~19^2~3^2~96^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a26c1a5f0d869c94f131e7155b88436a4d1c6152;p=gtk4.git widget-factory: Make toggle fullscreen --- diff --git a/demos/widget-factory/widget-factory.c b/demos/widget-factory/widget-factory.c index db23a4884d..319ad760ac 100644 --- a/demos/widget-factory/widget-factory.c +++ b/demos/widget-factory/widget-factory.c @@ -2053,6 +2053,7 @@ activate (GApplication *app) { "win.open", { "o", NULL } }, { "win.record", { "r", NULL } }, { "win.lock", { "l", NULL } }, + { "win.fullscreen", { "F11", NULL } }, }; struct { const char *action_and_target;