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
|
||||
|
@@ -30,7 +30,7 @@
|
||||
<child>
|
||||
<object class="GtkShortcutsShortcut">
|
||||
<property name="title" translatable="yes">Quit</property>
|
||||
<property name="accelerator"><Ctrl>Q</property>
|
||||
<property name="accelerator"><Ctrl>q q</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
@@ -41,13 +41,13 @@
|
||||
<child>
|
||||
<object class="GtkShortcutsShortcut">
|
||||
<property name="title" translatable="yes">Add Files…</property>
|
||||
<property name="accelerator"><Ctrl>O</property>
|
||||
<property name="accelerator"><Ctrl>o</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkShortcutsShortcut">
|
||||
<property name="title" translatable="yes">Add URI…</property>
|
||||
<property name="accelerator"><Ctrl>U</property>
|
||||
<property name="accelerator"><Ctrl>u</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
@@ -86,7 +86,7 @@
|
||||
<child>
|
||||
<object class="GtkShortcutsShortcut">
|
||||
<property name="title" translatable="yes">Change progression mode</property>
|
||||
<property name="accelerator"><Ctrl>P</property>
|
||||
<property name="accelerator"><Ctrl>p</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
@@ -150,7 +150,7 @@
|
||||
<child>
|
||||
<object class="GtkShortcutsShortcut">
|
||||
<property name="title" translatable="yes">Toggle mute</property>
|
||||
<property name="accelerator">M</property>
|
||||
<property name="accelerator">m</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
|
Reference in New Issue
Block a user