diff options
author | Bastien Nocera <hadess@hadess.net> | 2017-01-31 15:43:51 +0100 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2017-01-31 15:45:20 +0100 |
commit | 41a5fbd7a1f9a39a4ad33a7a023e9a107d967f75 (patch) | |
tree | 5d89b7885250f44f5a43b03a53c6420449333527 /data | |
parent | 226bfda763787bc6e3f5fc13e09f0ccf3daff161 (diff) | |
download | totem-41a5fbd7a1f9a39a4ad33a7a023e9a107d967f75.tar.gz |
data: Add more shortcuts
Add shortcuts for a number of builtin plugins to the help window.
Diffstat (limited to 'data')
-rw-r--r-- | data/shortcuts.ui | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/data/shortcuts.ui b/data/shortcuts.ui index cc059caea..b8f598402 100644 --- a/data/shortcuts.ui +++ b/data/shortcuts.ui @@ -22,6 +22,27 @@ </object> </child> <child> + <object class="GtkShortcutsShortcut" id="properties"> + <property name="visible">1</property> + <property name="accelerator"><Primary>p</property> + <property name="title" translatable="yes" context="shortcut window">Properties</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut" id="save-as"> + <property name="visible">1</property> + <property name="accelerator"><Ctrl>S</property> + <property name="title" translatable="yes" context="shortcut window">Make Available Offline</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut" id="take-screenshot"> + <property name="visible">1</property> + <property name="accelerator"><Primary><Alt>S</property> + <property name="title" translatable="yes" context="shortcut window">Take Screenshot</property> + </object> + </child> + <child> <object class="GtkShortcutsShortcut" id="quit"> <property name="visible">1</property> <property name="accelerator">Q <ctrl>q <ctrl>w</property> @@ -82,6 +103,20 @@ <property name="title" translatable="yes" context="shortcut window">Zoom out</property> </object> </child> + <child> + <object class="GtkShortcutsShortcut" id="rotate-right"> + <property name="visible">1</property> + <property name="accelerator"><Primary>R</property> + <property name="title" translatable="yes" context="shortcut window">Rotate ↷</property> + </object> + </child> + <child> + <object class="GtkShortcutsShortcut" id="rotate-left"> + <property name="visible">1</property> + <property name="accelerator"><Primary><Shift>R</property> + <property name="title" translatable="yes" context="shortcut window">Rotate ↶</property> + </object> + </child> </object> </child> |