2010-12-29 02:42:13 -08:00
|
|
|
<?xml version="1.0"?>
|
2005-06-22 18:20:32 +00:00
|
|
|
<glade-interface>
|
2010-12-26 21:08:23 -08:00
|
|
|
<widget class="GtkWindow" id="window1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkVBox" id="AccelPrefsPage">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="border_width">3</property>
|
|
|
|
<property name="spacing">3</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkHBox" id="hbox9">
|
|
|
|
<property name="spacing">3</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label64">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label">Search:</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkEntry" id="seach">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkScrolledWindow" id="scrolledwindow">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2010-12-29 02:42:13 -08:00
|
|
|
<property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
|
|
|
|
<property name="shadow_type">GTK_SHADOW_IN</property>
|
2010-12-26 21:08:23 -08:00
|
|
|
<child>
|
|
|
|
<widget class="GtkTreeView" id="treeview">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="has_focus">True</property>
|
|
|
|
<property name="can_default">True</property>
|
|
|
|
<property name="rules_hint">True</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkFrame" id="shortcut_frame">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label_xalign">0</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkAlignment" id="alignment29">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="top_padding">3</property>
|
|
|
|
<property name="bottom_padding">3</property>
|
|
|
|
<property name="left_padding">3</property>
|
|
|
|
<property name="right_padding">3</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkVBox" id="vbox11">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkHBox" id="hbox10">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkRadioButton" id="shortcut_none">
|
2010-12-26 22:05:45 -08:00
|
|
|
<property name="visible">True</property>
|
2013-12-06 09:22:39 -08:00
|
|
|
<property name="label" translatable="yes" context="yes" comments="Translators: remove the part before and including |">Shortcut|None</property>
|
2010-12-26 21:08:23 -08:00
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="focus_on_click">False</property>
|
2010-12-29 02:42:13 -08:00
|
|
|
<property name="response_id">0</property>
|
2010-12-26 21:08:23 -08:00
|
|
|
<property name="draw_indicator">True</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkRadioButton" id="shortcut_default">
|
2010-12-26 22:05:45 -08:00
|
|
|
<property name="visible">True</property>
|
2013-12-06 09:22:39 -08:00
|
|
|
<property name="label" translatable="yes" context="yes" comments="Translators: remove the part before and including |">Shortcut|Default</property>
|
2010-12-26 21:08:23 -08:00
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="focus_on_click">False</property>
|
2010-12-29 02:42:13 -08:00
|
|
|
<property name="response_id">0</property>
|
2010-12-26 21:08:23 -08:00
|
|
|
<property name="draw_indicator">True</property>
|
|
|
|
<property name="group">shortcut_none</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="padding">3</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkRadioButton" id="shortcut_custom">
|
2010-12-26 22:05:45 -08:00
|
|
|
<property name="visible">True</property>
|
2013-12-06 09:22:39 -08:00
|
|
|
<property name="label" translatable="yes" context="yes" comments="Translators: remove the part before and including |">Shortcut|Custom</property>
|
2010-12-26 21:08:23 -08:00
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="focus_on_click">False</property>
|
2010-12-29 02:42:13 -08:00
|
|
|
<property name="response_id">0</property>
|
2010-12-26 21:08:23 -08:00
|
|
|
<property name="draw_indicator">True</property>
|
|
|
|
<property name="group">shortcut_none</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkButton" id="shortcut:MooAccelButton">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="focus_on_click">False</property>
|
2010-12-29 02:42:13 -08:00
|
|
|
<property name="response_id">0</property>
|
2010-12-26 21:08:23 -08:00
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="position">3</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkHBox" id="hbox11">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label66">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Default key:</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="padding">3</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="default_label">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label65">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">Shortcut for selected action</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="type">label_item</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
2005-06-22 18:20:32 +00:00
|
|
|
</glade-interface>
|