File: help-overlay.ui

package info (click to toggle)
gnome-taquin 3.38.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 7,184 kB
  • sloc: xml: 81; python: 11; makefile: 6
file content (199 lines) | stat: -rw-r--r-- 10,825 bytes parent folder | download | duplicates (2)
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
<?xml version="1.0" encoding="UTF-8"?>
<!--
  This file is part of GNOME Taquin

  GNOME Taquin is free software: you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation, either version 3 of the License, or
  (at your option) any later version.

  GNOME Taquin is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.

  You should have received a copy of the GNU General Public License
  along with GNOME Taquin.  If not, see <https://www.gnu.org/licenses/>.
-->
<interface domain="gnome-taquin">
  <requires lib="gtk+" version="3.12"/>
  <object class="GtkShortcutsWindow" id="help_overlay">
    <child>
      <object class="GtkShortcutsSection">
        <property name="visible">True</property>
        <property name="max-height">11</property>
        <child>
          <object class="GtkShortcutsGroup">
            <property name="visible">True</property>
            <!-- Translators: in the Keyboard Shortcuts window, name of a section; contains “Start new game” and “Go back” -->
            <property name="title" translatable="yes" context="shortcut window">During game selection</property>
            <child>
              <object class="GtkShortcutsShortcut">
                <property name="visible">True</property>
                <!-- Translators: in the Keyboard Shortcuts window, section "During game selection" -->
                <property name="title" translatable="yes" context="shortcut window">Start new game</property>
                <property name="accelerator">&lt;Primary&gt;&lt;Shift&gt;n</property>
              </object>
            </child>
            <child>
              <object class="GtkShortcutsShortcut">
                <property name="visible">True</property>
                <!-- Translators: in the Keyboard Shortcuts window, section "During game selection" -->
                <property name="title" translatable="yes" context="shortcut window">Go back</property>
                <property name="accelerator">Escape</property>
              </object>
            </child>
          </object>
        </child>
        <child>
          <object class="GtkShortcutsGroup">
            <property name="visible">True</property>
            <!-- Translators: in the Keyboard Shortcuts window, name of a section; contains “New game”, “Restart game” and “Undo last move” -->
            <property name="title" translatable="yes" context="shortcut window">During a game</property>
            <child>
              <object class="GtkShortcutsShortcut">
                <property name="visible">True</property>
                <!-- Translators: in the Keyboard Shortcuts window, section "During a game" -->
                <property name="title" translatable="yes" context="shortcut window">New game</property>
                <property name="accelerator">&lt;Primary&gt;n</property>
              </object>
            </child>
            <child>
              <object class="GtkShortcutsShortcut">
                <property name="visible">True</property>
                <!-- Translators: in the Keyboard Shortcuts window, section "During a game" -->
                <property name="title" translatable="yes" context="shortcut window">Restart game</property>
                <property name="accelerator">&lt;Primary&gt;&lt;Shift&gt;n</property>
              </object>
            </child>
            <child>
              <object class="GtkShortcutsShortcut">
                <property name="visible">True</property>
                <!-- Translators: in the Keyboard Shortcuts window, section "During a game" -->
                <property name="title" translatable="yes" context="shortcut window">Undo last move</property>
                <property name="accelerator">&lt;Primary&gt;z</property>
              </object>
            </child>
            <child>
              <object class="GtkShortcutsShortcut">
                <property name="visible">False</property>
                <!-- Translators: in the Keyboard Shortcuts window, section "During a game" -->
                <property name="title" translatable="yes" context="shortcut window">Toggle game menu</property>
                <property name="accelerator">&lt;Primary&gt;F10</property>
              </object>
            </child>
          </object>
        </child>
        <child>
          <object class="GtkShortcutsGroup">
            <property name="visible">True</property>
            <!-- Translators: in the Keyboard Shortcuts window, name of a section; contains shortcuts specific to the 15-Puzzle game -->
            <property name="title" translatable="yes" context="shortcut window">15-Puzzle</property>
            <child>
              <object class="GtkShortcutsShortcut">
                <property name="visible">True</property>
                <!-- Translators: in the Keyboard Shortcuts window, section "15-Puzzle" -->
                <property name="title" translatable="yes" context="shortcut window">Select tile to push on</property>
                <property name="accelerator">Left Right Up Down</property>
              </object>
            </child>
            <child>
              <object class="GtkShortcutsShortcut">
                <property name="visible">True</property>
                <!-- Translators: in the Keyboard Shortcuts window, section "15-Puzzle" -->
                <property name="title" translatable="yes" context="shortcut window">Push on selected tile</property>
                <property name="accelerator">Return space</property>
              </object>
            </child>
          </object>
        </child>
        <child>
          <object class="GtkShortcutsGroup">
            <property name="visible">True</property>
            <!-- Translators: in the Keyboard Shortcuts window, name of a section; contains shortcuts specific to the 16-Puzzle game -->
            <property name="title" translatable="yes" context="shortcut window">16-Puzzle</property>
            <child>
              <object class="GtkShortcutsShortcut">
                <property name="visible">True</property>
                <!-- Translators: in the Keyboard Shortcuts window, section "16-Puzzle" -->
                <property name="title" translatable="yes" context="shortcut window">Change selected column</property>
                <property name="accelerator">Left Right</property>
              </object>
            </child>
            <child>
              <object class="GtkShortcutsShortcut">
                <property name="visible">True</property>
                <!-- Translators: in the Keyboard Shortcuts window, section "16-Puzzle" -->
                <property name="title" translatable="yes" context="shortcut window">Change selected row</property>
                <property name="accelerator">Up Down</property>
              </object>
            </child>
            <child>
              <object class="GtkShortcutsShortcut">
                <property name="visible">True</property>
                <!-- Translators: in the Keyboard Shortcuts window, section "16-Puzzle" -->
                <property name="title" translatable="yes" context="shortcut window">Swipe selected row</property>
                <property name="accelerator">&lt;Shift&gt;Left &lt;Shift&gt;Right</property>
              </object>
            </child>
            <child>
              <object class="GtkShortcutsShortcut">
                <property name="visible">True</property>
                <!-- Translators: in the Keyboard Shortcuts window, section "16-Puzzle" -->
                <property name="title" translatable="yes" context="shortcut window">Swipe selected column</property>
                <property name="accelerator">&lt;Shift&gt;Up &lt;Shift&gt;Down</property>
              </object>
            </child>
          </object>
        </child>
        <child>
          <object class="GtkShortcutsGroup">
            <property name="visible">True</property>
            <!-- Translators: in the Keyboard Shortcuts window, name of a section; contains generic shortcuts like F1, F10, etc. -->
            <property name="title" translatable="yes" context="shortcut window">Generic</property>
            <child>
              <object class="GtkShortcutsShortcut">
                <property name="visible">True</property>
                <!-- Translators: in the Keyboard Shortcuts window, section "Generic" -->
                <property name="title" translatable="yes" context="shortcut window">Toggle main menu</property>
                <property name="accelerator">F10</property> <!-- “Menu” also work, but not in Reversi; probably better to keep it as an easter egg -->
              </object>
            </child>
            <child>
              <object class="GtkShortcutsShortcut">
                <property name="visible">True</property>
                <!-- Translators: in the Keyboard Shortcuts window, section "Generic" -->
                <property name="title" translatable="yes" context="shortcut window">Keyboard shortcuts</property>
                <property name="accelerator">&lt;Primary&gt;question &lt;Primary&gt;F1</property>
              </object>
            </child>
            <child>
              <object class="GtkShortcutsShortcut">
                <property name="visible">True</property>
                <!-- Translators: in the Keyboard Shortcuts window, section "Generic" -->
                <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>
                <!-- Translators: in the Keyboard Shortcuts window, section "Generic" -->
                <property name="title" translatable="yes" context="shortcut window">About</property>
                <property name="accelerator">&lt;Shift&gt;F1</property>
              </object>
            </child>
            <child>
              <object class="GtkShortcutsShortcut">
                <property name="visible">True</property>
                <!-- Translators: in the Keyboard Shortcuts window, section "Generic" -->
                <property name="title" translatable="yes" context="shortcut window">Quit</property>
                <property name="accelerator">&lt;Primary&gt;q</property>
              </object>
            </child>
          </object>
        </child>
      </object>
    </child>
  </object>
</interface>