projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c400dce
)
widget-factory: Make <F11> toggle fullscreen
author
Benjamin Otte
<otte@redhat.com>
Fri, 11 Feb 2022 00:13:13 +0000
(
01:13
+0100)
committer
Benjamin Otte
<otte@redhat.com>
Sat, 12 Feb 2022 18:05:19 +0000
(19:05 +0100)
demos/widget-factory/widget-factory.c
patch
|
blob
|
history
diff --git
a/demos/widget-factory/widget-factory.c
b/demos/widget-factory/widget-factory.c
index db23a4884ddce211911dd2479f390412c1c5afaa..319ad760ac98c1cbd84dd8d856eb4da2350f0d3e 100644
(file)
--- 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;