[gtk/wip/otte/listview: 8797/8809] widget-factory: Make <F11> toggle fullscreen




commit a26c1a5f0d869c94f131e7155b88436a4d1c6152
Author: Benjamin Otte <otte redhat com>
Date:   Fri Feb 11 01:13:13 2022 +0100

    widget-factory: Make <F11> toggle fullscreen

 demos/widget-factory/widget-factory.c | 1 +
 1 file changed, 1 insertion(+)
---
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", { "<Control>o", NULL } },
     { "win.record", { "<Control>r", NULL } },
     { "win.lock", { "<Control>l", NULL } },
+    { "win.fullscreen", { "F11", NULL } },
   };
   struct {
     const char *action_and_target;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]