mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 23:32:04 +02:00
clapper-app: Restore "q" to quit app shortcut
We used to have this and some other players (e.g. Totem) have it too, so no harm in restoring it.
This commit is contained in:
@@ -527,7 +527,7 @@ clapper_app_application_constructed (GObject *object)
|
||||
{ "app.about", { "F1", NULL, NULL }},
|
||||
{ "win.toggle-fullscreen", { "F11", "f", NULL }},
|
||||
{ "win.show-help-overlay", { "<Control>question", NULL, NULL }},
|
||||
{ "window.close", { "<Control>q", NULL, NULL }},
|
||||
{ "window.close", { "<Control>q", "q", NULL }},
|
||||
};
|
||||
|
||||
/* Override initial ranks, they will be updated
|
||||
|
Reference in New Issue
Block a user