clapper-app: Add unfullscreen keyboard shortcut

Unfullscreen with Escape key

Closes #494
This commit is contained in:
Rafał Dzięgiel
2024-10-15 19:32:48 +02:00
parent af4a876edc
commit 2d1f6f471b
3 changed files with 19 additions and 0 deletions

View File

@@ -700,6 +700,7 @@ clapper_app_application_constructed (GObject *object)
{ "app.preferences", { "<Control>comma", NULL, NULL }},
{ "app.about", { "F1", NULL, NULL }},
{ "win.toggle-fullscreen", { "F11", "f", NULL }},
{ "win.unfullscreen", { "Escape", NULL, NULL }},
{ "win.auto-resize", { "<Super>r", NULL, NULL }},
{ "win.show-help-overlay", { "<Control>question", NULL, NULL }},
{ "window.close", { "<Control>q", "q", NULL }},