Add Ctrl-D shortcut to detach composer
https://bugzilla.gnome.org/show_bug.cgi?id=741574
This commit is contained in:
parent
1f073831d5
commit
77372bb254
2 changed files with 2 additions and 0 deletions
|
|
@ -195,6 +195,7 @@
|
|||
<property name="tooltip" translatable="yes">Detach</property>
|
||||
<property name="icon_name">detach-symbolic</property>
|
||||
</object>
|
||||
<accelerator key="d" modifiers="GDK_CONTROL_MASK"/>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkAction" id="send">
|
||||
|
|
|
|||
|
|
@ -36,5 +36,6 @@
|
|||
<accelerator action="font_serif" />
|
||||
<accelerator action="font_monospace" />
|
||||
|
||||
<accelerator action="detach" />
|
||||
<accelerator action="close" />
|
||||
</ui>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue