Add GTK accelerator keys to quit and open the debug window.

This commit is contained in:
Ghislain MARY 2015-10-30 14:35:20 +01:00
parent 4597ed502e
commit 960681ed45

View file

@ -234,6 +234,7 @@
<property name="can_focus">False</property>
<property name="use_underline">True</property>
<property name="use_stock">True</property>
<accelerator key="q" signal="activate" modifiers="GDK_CONTROL_MASK"/>
<signal name="activate" handler="gtk_main_quit" swapped="no"/>
</object>
</child>
@ -268,6 +269,7 @@
<property name="can_focus">False</property>
<property name="image">info_image</property>
<property name="use_stock">False</property>
<accelerator key="d" signal="activate" modifiers="GDK_CONTROL_MASK"/>
<signal name="activate" handler="linphone_gtk_log_show" swapped="no"/>
</object>
</child>