diff options
Diffstat (limited to '')
-rw-r--r-- | data/help-overlay.ui | 144 |
1 files changed, 144 insertions, 0 deletions
diff --git a/data/help-overlay.ui b/data/help-overlay.ui new file mode 100644 index 0000000..daadf54 --- /dev/null +++ b/data/help-overlay.ui @@ -0,0 +1,144 @@ +<?xml version="1.0" encoding="UTF-8"?> +<interface> + <object class="GtkShortcutsWindow" id="help_overlay"> + <property name="modal">true</property> + <child> + <object class="GtkShortcutsSection"> + <property name="visible">true</property> + <property name="section-name">shortcuts</property> + <property name="max-height">13</property> + <child> + <object class="GtkShortcutsGroup"> + <property name="visible">true</property> + <property name="title" translatable="yes" context="shortcut window">General</property> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">true</property> + <property name="accelerator">F1</property> + <property name="title" translatable="yes" context="shortcut window">Show help</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">true</property> + <property name="accelerator">F10</property> + <property name="title" translatable="yes" context="shortcut window">Open menu</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">true</property> + <property name="accelerator"><Primary>question</property> + <property name="title" translatable="yes" context="shortcut window">Keyboard shortcuts</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">true</property> + <property name="accelerator"><Primary>Q</property> + <property name="title" translatable="yes" context="shortcut window">Quit</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">true</property> + <property name="accelerator"><Primary>F</property> + <property name="title" translatable="yes" context="shortcut window">Search</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">true</property> + <property name="accelerator"><Alt>1</property> + <property name="title" translatable="yes" context="shortcut window">Show Processes</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">true</property> + <property name="accelerator"><Alt>2</property> + <property name="title" translatable="yes" context="shortcut window">Show Resources</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">true</property> + <property name="accelerator"><Alt>3</property> + <property name="title" translatable="yes" context="shortcut window">Show File Systems</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">true</property> + <property name="accelerator"><Primary>R</property> + <property name="title" translatable="yes" context="shortcut window">Refresh</property> + </object> + </child> + </object> + </child> + <child> + <object class="GtkShortcutsGroup"> + <property name="visible">true</property> + <property name="title" translatable="yes" context="shortcut window">Processes</property> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">true</property> + <property name="accelerator"><Primary>D</property> + <property name="title" translatable="yes" context="shortcut window">Show dependencies</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">true</property> + <property name="accelerator"><Alt>Return</property> + <property name="title" translatable="yes" context="shortcut window">Show process properties</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">true</property> + <property name="accelerator"><Primary>M</property> + <property name="title" translatable="yes" context="shortcut window">Memory maps</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">true</property> + <property name="accelerator"><Primary>O</property> + <property name="title" translatable="yes" context="shortcut window">Open files</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">true</property> + <property name="accelerator"><Primary>S</property> + <property name="title" translatable="yes" context="shortcut window">Send stop signal</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">true</property> + <property name="accelerator"><Primary>C</property> + <property name="title" translatable="yes" context="shortcut window">Send continue signal</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">true</property> + <property name="accelerator"><Primary>E</property> + <property name="title" translatable="yes" context="shortcut window">Send End signal</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">true</property> + <property name="accelerator"><Primary>K</property> + <property name="title" translatable="yes" context="shortcut window">Send Kill signal</property> + </object> + </child> + </object> + </child> + </object> + </child> + </object> +</interface> |