1<?xml version="1.0" encoding="UTF-8"?>
2<interface>
3  <object class="GtkShortcutsWindow" id="shortcuts-gnote">
4    <property name="modal">1</property>
5    <child>
6      <object class="GtkShortcutsSection">
7        <property name="visible">1</property>
8        <property name="section-name">main-window</property>
9        <property name="title" translatable="yes" context="shortcut window">Main Window</property>
10        <child>
11	  <object class="GtkShortcutsGroup">
12            <property name="visible">1</property>
13            <property name="title" translatable="yes" context="shortcut window">General</property>
14            <child>
15              <object class="GtkShortcutsShortcut">
16                <property name="visible">1</property>
17                <property name="accelerator">F1</property>
18                <property name="title" translatable="yes" context="shortcut window">Show help</property>
19              </object>
20            </child>
21            <child>
22              <object class="GtkShortcutsShortcut">
23                <property name="visible">1</property>
24                <property name="accelerator">F10</property>
25                <property name="title" translatable="yes" context="shortcut window">Open actions menu</property>
26              </object>
27            </child>
28            <child>
29              <object class="GtkShortcutsShortcut">
30                <property name="visible">1</property>
31                <property name="accelerator">Escape</property>
32                <property name="title" translatable="yes" context="shortcut window">Hide search bar</property>
33              </object>
34            </child>
35            <child>
36              <object class="GtkShortcutsShortcut">
37                <property name="visible">1</property>
38                <property name="accelerator">&lt;Ctrl&gt;Q</property>
39                <property name="title" translatable="yes" context="shortcut window">Close window</property>
40              </object>
41            </child>
42          </object>
43        </child>
44        <child>
45	  <object class="GtkShortcutsGroup">
46            <property name="visible">1</property>
47            <property name="title" translatable="yes" context="shortcut window">Search bar</property>
48            <child>
49              <object class="GtkShortcutsShortcut">
50                <property name="visible">1</property>
51                <property name="accelerator">&lt;Ctrl&gt;F</property>
52                <property name="title" translatable="yes" context="shortcut window">Display search bar</property>
53              </object>
54            </child>
55            <child>
56              <object class="GtkShortcutsShortcut">
57                <property name="visible">1</property>
58                <property name="accelerator">&lt;Ctrl&gt;G</property>
59                <property name="title" translatable="yes" context="shortcut window">Select next match</property>
60              </object>
61            </child>
62            <child>
63              <object class="GtkShortcutsShortcut">
64                <property name="visible">1</property>
65                <property name="accelerator">&lt;Ctrl&gt;&lt;Shift&gt;G</property>
66                <property name="title" translatable="yes" context="shortcut window">Select previous match</property>
67              </object>
68            </child>
69	  </object>
70        </child>
71        <child>
72	  <object class="GtkShortcutsGroup">
73            <property name="visible">1</property>
74            <property name="title" translatable="yes" context="shortcut window">Notes list</property>
75            <child>
76              <object class="GtkShortcutsShortcut">
77                <property name="visible">1</property>
78                <property name="accelerator">&lt;ctrl&gt;N</property>
79                <property name="title" translatable="yes" context="shortcut window">Create new note</property>
80              </object>
81            </child>
82            <child>
83              <object class="GtkShortcutsShortcut">
84                <property name="visible">1</property>
85                <property name="accelerator">&lt;ctrl&gt;O</property>
86                <property name="title" translatable="yes" context="shortcut window">Open selected note</property>
87              </object>
88            </child>
89            <child>
90              <object class="GtkShortcutsShortcut">
91                <property name="visible">1</property>
92                <property name="accelerator">&lt;alt&gt;W</property>
93                <property name="title" translatable="yes" context="shortcut window">Open selected note in new window</property>
94              </object>
95            </child>
96            <child>
97              <object class="GtkShortcutsShortcut">
98                <property name="visible">1</property>
99                <property name="accelerator">Delete</property>
100                <property name="title" translatable="yes" context="shortcut window">Delete selected note</property>
101              </object>
102            </child>
103          </object>
104        </child>
105      </object>
106    </child>
107    <child>
108      <object class="GtkShortcutsSection">
109        <property name="visible">1</property>
110        <property name="section-name">note-window</property>
111        <property name="title" translatable="yes" context="shortcut window">Note Window</property>
112        <child>
113	  <object class="GtkShortcutsGroup">
114            <property name="visible">1</property>
115            <property name="title" translatable="yes" context="shortcut window">General</property>
116            <child>
117              <object class="GtkShortcutsShortcut">
118                <property name="visible">1</property>
119                <property name="accelerator">&lt;Ctrl&gt;comma</property>
120                <property name="title" translatable="yes" context="shortcut window">Open actions menu</property>
121              </object>
122            </child>
123            <child>
124              <object class="GtkShortcutsShortcut">
125                <property name="visible">1</property>
126                <property name="accelerator">F10</property>
127                <property name="title" translatable="yes" context="shortcut window">Open actions menu</property>
128              </object>
129            </child>
130            <child>
131              <object class="GtkShortcutsShortcut">
132                <property name="visible">1</property>
133                <property name="accelerator">&lt;Ctrl&gt;F</property>
134                <property name="title" translatable="yes" context="shortcut window">Display search bar</property>
135              </object>
136            </child>
137            <child>
138              <object class="GtkShortcutsShortcut">
139                <property name="visible">1</property>
140                <property name="accelerator">Escape</property>
141                <property name="title" translatable="yes" context="shortcut window">Hide search bar</property>
142              </object>
143            </child>
144            <child>
145              <object class="GtkShortcutsShortcut">
146                <property name="visible">1</property>
147                <property name="accelerator">&lt;Ctrl&gt;Q</property>
148                <property name="title" translatable="yes" context="shortcut window">Close window</property>
149              </object>
150            </child>
151          </object>
152        </child>
153        <child>
154	  <object class="GtkShortcutsGroup">
155            <property name="visible">1</property>
156            <property name="title" translatable="yes" context="shortcut window">Editing</property>
157            <child>
158              <object class="GtkShortcutsShortcut">
159                <property name="visible">1</property>
160                <property name="accelerator">&lt;ctrl&gt;BackSpace</property>
161                <property name="title" translatable="yes" context="shortcut window">Undo last edit</property>
162              </object>
163            </child>
164            <child>
165              <object class="GtkShortcutsShortcut">
166                <property name="visible">1</property>
167                <property name="accelerator">&lt;ctrl&gt;&lt;shift&gt;BackSpace</property>
168                <property name="title" translatable="yes" context="shortcut window">Redo last edit</property>
169              </object>
170            </child>
171            <child>
172              <object class="GtkShortcutsShortcut">
173                <property name="visible">1</property>
174                <property name="accelerator">&lt;ctrl&gt;L</property>
175                <property name="title" translatable="yes" context="shortcut window">Create link to note on selected text</property>
176              </object>
177            </child>
178          </object>
179        </child>
180        <child>
181	  <object class="GtkShortcutsGroup">
182            <property name="visible">1</property>
183            <property name="title" translatable="yes" context="shortcut window">Formatting</property>
184            <child>
185              <object class="GtkShortcutsShortcut">
186                <property name="visible">1</property>
187                <property name="accelerator">&lt;ctrl&gt;B</property>
188                <property name="title" translatable="yes" context="shortcut window">Toggle bold</property>
189              </object>
190            </child>
191            <child>
192              <object class="GtkShortcutsShortcut">
193                <property name="visible">1</property>
194                <property name="accelerator">&lt;ctrl&gt;I</property>
195                <property name="title" translatable="yes" context="shortcut window">Toggle italic</property>
196              </object>
197            </child>
198            <child>
199              <object class="GtkShortcutsShortcut">
200                <property name="visible">1</property>
201                <property name="accelerator">&lt;ctrl&gt;S</property>
202                <property name="title" translatable="yes" context="shortcut window">Toggle strikethrough</property>
203              </object>
204            </child>
205            <child>
206              <object class="GtkShortcutsShortcut">
207                <property name="visible">1</property>
208                <property name="accelerator">&lt;ctrl&gt;H</property>
209                <property name="title" translatable="yes" context="shortcut window">Toggle highlight</property>
210              </object>
211            </child>
212            <child>
213              <object class="GtkShortcutsShortcut">
214                <property name="visible">1</property>
215                <property name="accelerator">&lt;ctrl&gt;T</property>
216                <property name="title" translatable="yes" context="shortcut window">Toggle fixed width</property>
217              </object>
218            </child>
219            <child>
220              <object class="GtkShortcutsShortcut">
221                <property name="visible">1</property>
222                <property name="accelerator">&lt;ctrl&gt;U</property>
223                <property name="title" translatable="yes" context="shortcut window">Toggle underline</property>
224              </object>
225            </child>
226            <child>
227              <object class="GtkShortcutsShortcut">
228                <property name="visible">1</property>
229                <property name="accelerator">&lt;ctrl&gt;plus</property>
230                <property name="title" translatable="yes" context="shortcut window">Increase font size</property>
231              </object>
232            </child>
233            <child>
234              <object class="GtkShortcutsShortcut">
235                <property name="visible">1</property>
236                <property name="accelerator">&lt;ctrl&gt;minus</property>
237                <property name="title" translatable="yes" context="shortcut window">Decrease font size</property>
238              </object>
239            </child>
240            <child>
241              <object class="GtkShortcutsShortcut">
242                <property name="visible">1</property>
243                <property name="accelerator">Tab</property>
244                <property name="title" translatable="yes" context="shortcut window">Enable bullets/increase indent for line with selection</property>
245              </object>
246            </child>
247            <child>
248              <object class="GtkShortcutsShortcut">
249                <property name="visible">1</property>
250                <property name="accelerator">&lt;Shift&gt;Tab</property>
251                <property name="title" translatable="yes" context="shortcut window">Decrease indent/disable bullets for current line</property>
252              </object>
253            </child>
254          </object>
255        </child>
256      </object>
257    </child>
258  </object>
259</interface>
260