mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 15:22:11 +02:00
clapper-app: Add unfullscreen keyboard shortcut
Unfullscreen with Escape key Closes #494
This commit is contained in:
@@ -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 }},
|
||||
|
Reference in New Issue
Block a user