Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
960681ed
Commit
960681ed
authored
Oct 30, 2015
by
Ghislain MARY
Browse files
Add GTK accelerator keys to quit and open the debug window.
parent
4597ed50
Changes
1
Hide whitespace changes
Inline
Side-by-side
gtk/main.ui
View file @
960681ed
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment