diff options
Diffstat (limited to 'src/gui/shortcuts-dialog.ui')
| -rw-r--r-- | src/gui/shortcuts-dialog.ui | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/src/gui/shortcuts-dialog.ui b/src/gui/shortcuts-dialog.ui new file mode 100644 index 0000000..38a1a85 --- /dev/null +++ b/src/gui/shortcuts-dialog.ui @@ -0,0 +1,72 @@ +<?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">10</property> + + <!-- General shortcuts --> + <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="title" translatable="yes" context="shortcut window">Quit</property> + <property name="accelerator"><Control>Q</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">True</property> + <property name="title" translatable="yes" context="shortcut window">Help</property> + <property name="accelerator">F1</property> + </object> + </child> + + + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">True</property> + <property name="title" translatable="yes" context="shortcut window">Move to the panel/view up</property> + <property name="accelerator"><Control>Page_Up</property> + </object> + </child> + + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">True</property> + <property name="title" translatable="yes" context="shortcut window">Move to the panel/view up</property> + <property name="accelerator"><Alt>Up</property> + </object> + </child> + + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">True</property> + <property name="title" translatable="yes" context="shortcut window">Move to the panel/view below</property> + <property name="accelerator"><Control>Page_Down</property> + </object> + </child> + + <child> + <object class="GtkShortcutsShortcut"> + <property name="visible">True</property> + <property name="title" translatable="yes" context="shortcut window">Move to the panel/view below</property> + <property name="accelerator"><Alt>Down</property> + </object> + </child> + + </object> + </child> + + </object> + </child> + </object> +</interface> |
