mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
Add GTK accelerator keys to quit and open the debug window.
This commit is contained in:
parent
4597ed502e
commit
960681ed45
1 changed files with 2 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue