Add Ctrl-D shortcut to detach composer

https://bugzilla.gnome.org/show_bug.cgi?id=741574
This commit is contained in:
Robert Schroll 2014-12-17 00:39:29 -05:00
parent 1f073831d5
commit 77372bb254
2 changed files with 2 additions and 0 deletions

View file

@ -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">

View file

@ -36,5 +36,6 @@
<accelerator action="font_serif" />
<accelerator action="font_monospace" />
<accelerator action="detach" />
<accelerator action="close" />
</ui>