Bound Ctrl+W to close the current pane
This commit is contained in:
parent
e605e5333f
commit
2ae8eb11e6
3 changed files with 21 additions and 4 deletions
|
@ -21,6 +21,7 @@
|
|||
<property name="focus_on_map">True</property>
|
||||
<property name="urgency_hint">False</property>
|
||||
<signal name="hide" handler="gtk_main_quit" last_modification_time="Fri, 09 Apr 2010 03:40:14 GMT"/>
|
||||
<signal name="key_press_event" handler="global_key_press_handler" last_modification_time="Fri, 16 Apr 2010 15:35:22 GMT"/>
|
||||
|
||||
<child>
|
||||
<widget class="GtkVBox" id="main_box">
|
||||
|
@ -61,6 +62,7 @@
|
|||
<property name="visible">True</property>
|
||||
<property name="label" translatable="yes">_View</property>
|
||||
<property name="use_underline">True</property>
|
||||
|
||||
<child>
|
||||
<widget class="GtkMenu" id="view_menu">
|
||||
</widget>
|
||||
|
|
Reference in a new issue