mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 07:42:23 +02:00
Add standard shortcut for preferences
This commit is contained in:
@@ -7,7 +7,7 @@ var actions = {
|
|||||||
open_local: ['<Ctrl>O'],
|
open_local: ['<Ctrl>O'],
|
||||||
export_playlist: ['<Ctrl>E'],
|
export_playlist: ['<Ctrl>E'],
|
||||||
open_uri: ['<Ctrl>U'],
|
open_uri: ['<Ctrl>U'],
|
||||||
prefs: null,
|
prefs: ['<Ctrl>comma'],
|
||||||
shortcuts: ['F1', '<Ctrl>question'],
|
shortcuts: ['F1', '<Ctrl>question'],
|
||||||
about: null,
|
about: null,
|
||||||
progress_forward: ['Right'],
|
progress_forward: ['Right'],
|
||||||
|
@@ -14,6 +14,12 @@
|
|||||||
<property name="accelerator">F1 <Ctrl>question</property>
|
<property name="accelerator">F1 <Ctrl>question</property>
|
||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
|
<child>
|
||||||
|
<object class="GtkShortcutsShortcut">
|
||||||
|
<property name="title" translatable="yes">Open preferences</property>
|
||||||
|
<property name="accelerator"><Ctrl>comma</property>
|
||||||
|
</object>
|
||||||
|
</child>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkShortcutsShortcut">
|
<object class="GtkShortcutsShortcut">
|
||||||
<property name="title" translatable="yes">Toggle fullscreen</property>
|
<property name="title" translatable="yes">Toggle fullscreen</property>
|
||||||
|
Reference in New Issue
Block a user