summaryrefslogtreecommitdiff
path: root/data/shortcuts.ui
blob: a138b6f5f2f04f37c18a05377d0caca559c73b68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <!-- interface-requires gtk+ 3.17 -->

  <object class="GtkShortcutsWindow" id="shortcuts-totem">
    <property name="modal">1</property>
    <property name="visible">False</property>
    <child>
      <object class="GtkShortcutsSection" id="shortcuts">
        <property name="visible">1</property>
        <property name="section-name">shortcuts</property>
        <property name="max-height">12</property>
        <child>
          <object class="GtkShortcutsGroup" id="general">
            <property name="visible">1</property>
            <property name="title" translatable="yes">General</property>
            <child>
              <object class="GtkShortcutsShortcut" id="preferences">
                <property name="visible">1</property>
                <property name="accelerator">&lt;ctrl&gt;P</property>
                <property name="title" translatable="yes">Preferences</property>
              </object>
            </child>
            <child>
              <object class="GtkShortcutsShortcut" id="quit">
                <property name="visible">1</property>
                <property name="accelerator">Q &lt;ctrl&gt;q &lt;ctrl&gt;w</property>
                <property name="title" translatable="yes">Quit</property>
              </object>
            </child>
          </object>
        </child>
        <child>
          <object class="GtkShortcutsGroup" id="volume">
            <property name="visible">1</property>
            <property name="title" translatable="yes">Volume</property>
            <child>
              <object class="GtkShortcutsShortcut" id="increase-volume">
                <property name="visible">1</property>
                <property name="accelerator">Up</property>
                <property name="title" translatable="yes">Increase volume</property>
              </object>
            </child>
            <child>
              <object class="GtkShortcutsShortcut" id="decrease-volume">
                <property name="visible">1</property>
                <property name="accelerator">Down</property>
                <property name="title" translatable="yes">Decrease volume</property>
              </object>
            </child>
          </object>
        </child>
        <child>
          <object class="GtkShortcutsGroup" id="view">
            <property name="visible">1</property>
            <property name="title" translatable="yes">View</property>
            <child>
              <object class="GtkShortcutsShortcut" id="fullscreen">
                <property name="visible">1</property>
                <property name="accelerator">F &lt;ctrl&gt;F</property>
                <property name="title" translatable="yes">Toggle fullscreen</property>
              </object>
            </child>
            <child>
              <object class="GtkShortcutsShortcut" id="exit-fullscreen">
                <property name="visible">1</property>
                <property name="accelerator">Escape</property>
                <property name="title" translatable="yes">Exit fullscreen</property>
              </object>
            </child>
            <child>
              <object class="GtkShortcutsShortcut" id="zoom-in">
                <property name="visible">1</property>
                <property name="accelerator">R</property>
                <property name="title" translatable="yes">Zoom in</property>
              </object>
            </child>
            <child>
              <object class="GtkShortcutsShortcut" id="zoom-out">
                <property name="visible">1</property>
                <property name="accelerator">T &lt;ctrl&gt;0</property>
                <property name="title" translatable="yes">Zoom out</property>
              </object>
            </child>
          </object>
        </child>

        <child>
          <object class="GtkShortcutsGroup" id="playback">
            <property name="visible">1</property>
            <property name="title" translatable="yes">Playback</property>
            <child>
              <object class="GtkShortcutsShortcut" id="play-pause">
                <property name="visible">1</property>
                <property name="accelerator">P &lt;ctrl&gt;space</property>
                <property name="title" translatable="yes">Play/Pause</property>
              </object>
            </child>
            <child>
              <object class="GtkShortcutsShortcut" id="go-back-15">
                <property name="visible">1</property>
                <property name="accelerator">Left</property>
                <property name="title" translatable="yes">Go back 15 seconds</property>
              </object>
            </child>
            <child>
              <object class="GtkShortcutsShortcut" id="go-forward-60">
                <property name="visible">1</property>
                <property name="accelerator">Right</property>
                <property name="title" translatable="yes">Go forward 60 seconds</property>
              </object>
            </child>
            <child>
              <object class="GtkShortcutsShortcut" id="go-back-5">
                <property name="visible">1</property>
                <property name="accelerator">&lt;shift&gt;Left</property>
                <property name="title" translatable="yes">Go back 5 seconds</property>
              </object>
            </child>
            <child>
              <object class="GtkShortcutsShortcut" id="go-forward-15">
                <property name="visible">1</property>
                <property name="accelerator">&lt;shift&gt;Right</property>
                <property name="title" translatable="yes">Go forward 15 seconds</property>
              </object>
            </child>
            <child>
              <object class="GtkShortcutsShortcut" id="go-back-3">
                <property name="visible">1</property>
                <property name="accelerator">&lt;ctrl&gt;Left</property>
                <property name="title" translatable="yes">Go back 3 minutes</property>
              </object>
            </child>
            <child>
              <object class="GtkShortcutsShortcut" id="go-forward-10">
                <property name="visible">1</property>
                <property name="accelerator">&lt;ctrl&gt;Right</property>
                <property name="title" translatable="yes">Go forward 10 minutes</property>
              </object>
            </child>
            <child>
              <object class="GtkShortcutsShortcut" id="previous-video">
                <property name="visible">1</property>
                <property name="accelerator">B &lt;alt&gt;Left minus</property>
                <property name="title" translatable="yes">Previous video or chapter</property>
              </object>
            </child>
            <child>
              <object class="GtkShortcutsShortcut" id="next-video">
                <property name="visible">1</property>
                <property name="accelerator">N &lt;alt&gt;Right plus</property>
                <property name="title" translatable="yes">Next video or chapter</property>
              </object>
            </child>
            <child>
              <object class="GtkShortcutsShortcut" id="skipto">
                <property name="visible">1</property>
                <property name="accelerator">&lt;ctrl&gt;K</property>
                <property name="title" translatable="yes">Skip to dialog</property>
              </object>
            </child>
          </object>
        </child>
        <child>
          <object class="GtkShortcutsGroup" id="dvd-menu">
            <property name="visible">1</property>
            <property name="title" translatable="yes">DVD menu navigation</property>
            <child>
              <object class="GtkShortcutsShortcut" id="nav-up">
                <property name="visible">1</property>
                <property name="accelerator">KP_8 KP_Up</property>
                <property name="title" translatable="yes">Navigate up</property>
              </object>
            </child>
            <child>
              <object class="GtkShortcutsShortcut" id="nav-down">
                <property name="visible">1</property>
                <property name="accelerator">KP_2 KP_Down</property>
                <property name="title" translatable="yes">Navigate down</property>
              </object>
            </child>
            <child>
              <object class="GtkShortcutsShortcut" id="nav-left">
                <property name="visible">1</property>
                <property name="accelerator">KP_4 KP_Left</property>
                <property name="title" translatable="yes">Navigate left</property>
              </object>
            </child>
            <child>
              <object class="GtkShortcutsShortcut" id="nav-right">
                <property name="visible">1</property>
                <property name="accelerator">KP_6 KP_Right</property>
                <property name="title" translatable="yes">Navigate right</property>
              </object>
            </child>
          </object>
        </child>

      </object>
    </child>
  </object>

</interface>