Add keyboard shortcut to help for new windows
This commit is contained in:
parent
76035f3eec
commit
08dc98aade
1 changed files with 8 additions and 1 deletions
|
|
@ -203,7 +203,14 @@
|
|||
<child>
|
||||
<object class="GtkShortcutsShortcut">
|
||||
<property name="visible">True</property>
|
||||
<property name="title" translatable="yes" context="shortcut window">Close current window</property>
|
||||
<property name="title" translatable="yes" context="shortcut window">Open a new window</property>
|
||||
<property name="accelerator"><primary><Shift>N</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkShortcutsShortcut">
|
||||
<property name="visible">True</property>
|
||||
<property name="title" translatable="yes" context="shortcut window">Close the current window</property>
|
||||
<property name="accelerator"><primary>W</property>
|
||||
</object>
|
||||
</child>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue