mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-31 00:11:59 +02:00
clapper-app: Add new window keyboard shortcut
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
<property name="title" translatable="yes">General</property>
|
||||
<child>
|
||||
<object class="GtkShortcutsShortcut">
|
||||
<property name="title" translatable="yes">Show shortcuts</property>
|
||||
<property name="accelerator"><Ctrl>question</property>
|
||||
<property name="title" translatable="yes">New window</property>
|
||||
<property name="accelerator"><Ctrl>n</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
@@ -20,6 +20,12 @@
|
||||
<property name="accelerator"><Ctrl>comma</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkShortcutsShortcut">
|
||||
<property name="title" translatable="yes">Show shortcuts</property>
|
||||
<property name="accelerator"><Ctrl>question</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkShortcutsShortcut">
|
||||
<property name="title" translatable="yes">Toggle fullscreen</property>
|
||||
|
Reference in New Issue
Block a user