-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
index.xml
354 lines (354 loc) · 60.9 KB
/
index.xml
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
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
<?xml version="1.0" encoding="utf-8"?>
<index version="1" name="reaper-keys">
<category name="Scripts">
<reapack name="install-reaper-keys.lua" type="script" desc="reaper-keys: map keystroke combinations to actions like in vim">
<metadata>
<link rel="website" href="https://github.com/gwatcha/reaper-keys">GitHub repository</link>
</metadata>
<version name="2.0.0-a2" author="gwatcha" time="2024-06-11T23:29:37Z">
<source main="main">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/Scripts/install-reaper-keys.lua</source>
<source file="../internal/command/action_sequence_functions/global.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/internal/command/action_sequence_functions/global.lua</source>
<source file="../internal/command/action_sequence_functions/main.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/internal/command/action_sequence_functions/main.lua</source>
<source file="../internal/command/action_sequence_functions/midi.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/internal/command/action_sequence_functions/midi.lua</source>
<source file="../internal/command/action_sequences.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/internal/command/action_sequences.lua</source>
<source file="../internal/command/builder.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/internal/command/builder.lua</source>
<source file="../internal/command/completer.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/internal/command/completer.lua</source>
<source file="../internal/command/executor.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/internal/command/executor.lua</source>
<source file="../internal/command/handler.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/internal/command/handler.lua</source>
<source file="../internal/command/meta_command.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/internal/command/meta_command.lua</source>
<source file="../internal/command/runner.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/internal/command/runner.lua</source>
<source file="../internal/command/utils.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/internal/command/utils.lua</source>
<source file="../internal/custom_actions/custom_actions.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/internal/custom_actions/custom_actions.lua</source>
<source file="../internal/custom_actions/movement.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/internal/custom_actions/movement.lua</source>
<source file="../internal/custom_actions/selection.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/internal/custom_actions/selection.lua</source>
<source file="../internal/custom_actions/utils.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/internal/custom_actions/utils.lua</source>
<source file="../internal/definitions/actions.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/internal/definitions/actions.lua</source>
<source file="../internal/definitions/bindings.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/internal/definitions/bindings.lua</source>
<source file="../internal/definitions/config.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/internal/definitions/config.lua</source>
<source file="../internal/gui/binding_list/View.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/internal/gui/binding_list/View.lua</source>
<source file="../internal/gui/binding_list/binding_list_box.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/internal/gui/binding_list/binding_list_box.lua</source>
<source file="../internal/gui/binding_list/controller.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/internal/gui/binding_list/controller.lua</source>
<source file="../internal/gui/feedback/View.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/internal/gui/feedback/View.lua</source>
<source file="../internal/gui/feedback/completions.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/internal/gui/feedback/completions.lua</source>
<source file="../internal/gui/feedback/controller.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/internal/gui/feedback/controller.lua</source>
<source file="../internal/gui/feedback/message.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/internal/gui/feedback/message.lua</source>
<source file="../internal/gui/feedback/model.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/internal/gui/feedback/model.lua</source>
<source file="../internal/gui/utils.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/internal/gui/utils.lua</source>
<source file="../internal/library/library.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/internal/library/library.lua</source>
<source file="../internal/library/marks.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/internal/library/marks.lua</source>
<source file="../internal/library/state.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/internal/library/state.lua</source>
<source file="../internal/rk.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/internal/rk.lua</source>
<source file="../internal/state_machine/default_state.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/internal/state_machine/default_state.lua</source>
<source file="../internal/state_machine/state_interface.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/internal/state_machine/state_interface.lua</source>
<source file="../internal/state_machine/state_machine.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/internal/state_machine/state_machine.lua</source>
<source file="../internal/table_concat.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/internal/table_concat.lua</source>
<source file="../internal/types.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/internal/types.lua</source>
<source file="../internal/utils/definitions.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/internal/utils/definitions.lua</source>
<source file="../internal/utils/format.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/internal/utils/format.lua</source>
<source file="../internal/utils/get_action.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/internal/utils/get_action.lua</source>
<source file="../internal/utils/log.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/internal/utils/log.lua</source>
<source file="../internal/utils/project_state.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/internal/utils/project_state.lua</source>
<source file="../internal/utils/reaper_state.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/internal/utils/reaper_state.lua</source>
<source file="../internal/utils/table_io.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/internal/utils/table_io.lua</source>
<source file="../vendor/fuzzy.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/vendor/fuzzy.lua</source>
<source file="../vendor/scythe/gui/config.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/vendor/scythe/gui/config.lua</source>
<source file="../vendor/scythe/gui/core.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/vendor/scythe/gui/core.lua</source>
<source file="../vendor/scythe/gui/element.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/vendor/scythe/gui/element.lua</source>
<source file="../vendor/scythe/gui/elements/Button.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/vendor/scythe/gui/elements/Button.lua</source>
<source file="../vendor/scythe/gui/elements/Checklist.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/vendor/scythe/gui/elements/Checklist.lua</source>
<source file="../vendor/scythe/gui/elements/ColorPicker.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/vendor/scythe/gui/elements/ColorPicker.lua</source>
<source file="../vendor/scythe/gui/elements/Frame.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/vendor/scythe/gui/elements/Frame.lua</source>
<source file="../vendor/scythe/gui/elements/Knob.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/vendor/scythe/gui/elements/Knob.lua</source>
<source file="../vendor/scythe/gui/elements/Label.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/vendor/scythe/gui/elements/Label.lua</source>
<source file="../vendor/scythe/gui/elements/Listbox.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/vendor/scythe/gui/elements/Listbox.lua</source>
<source file="../vendor/scythe/gui/elements/Menubar.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/vendor/scythe/gui/elements/Menubar.lua</source>
<source file="../vendor/scythe/gui/elements/Menubox.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/vendor/scythe/gui/elements/Menubox.lua</source>
<source file="../vendor/scythe/gui/elements/Radio.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/vendor/scythe/gui/elements/Radio.lua</source>
<source file="../vendor/scythe/gui/elements/Slider.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/vendor/scythe/gui/elements/Slider.lua</source>
<source file="../vendor/scythe/gui/elements/Tabs.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/vendor/scythe/gui/elements/Tabs.lua</source>
<source file="../vendor/scythe/gui/elements/TextEditor.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/vendor/scythe/gui/elements/TextEditor.lua</source>
<source file="../vendor/scythe/gui/elements/Textbox.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/vendor/scythe/gui/elements/Textbox.lua</source>
<source file="../vendor/scythe/gui/elements/shared/option.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/vendor/scythe/gui/elements/shared/option.lua</source>
<source file="../vendor/scythe/gui/elements/shared/text.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/vendor/scythe/gui/elements/shared/text.lua</source>
<source file="../vendor/scythe/gui/layer.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/vendor/scythe/gui/layer.lua</source>
<source file="../vendor/scythe/gui/theme.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/vendor/scythe/gui/theme.lua</source>
<source file="../vendor/scythe/gui/window.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/vendor/scythe/gui/window.lua</source>
<source file="../vendor/scythe/public/buffer.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/vendor/scythe/public/buffer.lua</source>
<source file="../vendor/scythe/public/color.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/vendor/scythe/public/color.lua</source>
<source file="../vendor/scythe/public/const.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/vendor/scythe/public/const.lua</source>
<source file="../vendor/scythe/public/error.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/vendor/scythe/public/error.lua</source>
<source file="../vendor/scythe/public/file.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/vendor/scythe/public/file.lua</source>
<source file="../vendor/scythe/public/font.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/vendor/scythe/public/font.lua</source>
<source file="../vendor/scythe/public/gfx.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/vendor/scythe/public/gfx.lua</source>
<source file="../vendor/scythe/public/image.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/vendor/scythe/public/image.lua</source>
<source file="../vendor/scythe/public/math.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/vendor/scythe/public/math.lua</source>
<source file="../vendor/scythe/public/menu.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/vendor/scythe/public/menu.lua</source>
<source file="../vendor/scythe/public/message.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/vendor/scythe/public/message.lua</source>
<source file="../vendor/scythe/public/sprite.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/vendor/scythe/public/sprite.lua</source>
<source file="../vendor/scythe/public/string.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/vendor/scythe/public/string.lua</source>
<source file="../vendor/scythe/public/table.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/vendor/scythe/public/table.lua</source>
<source file="../vendor/scythe/public/text.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/vendor/scythe/public/text.lua</source>
<source file="../vendor/scythe/scythe.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/vendor/scythe/scythe.lua</source>
<source file="../vendor/serpent.lua">https://github.com/gwatcha/reaper-keys/raw/98797edd4b9d051055bdbc34c1d537a4554afdd9/vendor/serpent.lua</source>
</version>
<version name="2.0.0-a3" author="gwatcha" time="2024-07-12T21:06:59Z">
<source main="main">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/Scripts/install-reaper-keys.lua</source>
<source file="../internal/command/action_sequence_functions/global.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/internal/command/action_sequence_functions/global.lua</source>
<source file="../internal/command/action_sequence_functions/main.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/internal/command/action_sequence_functions/main.lua</source>
<source file="../internal/command/action_sequence_functions/midi.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/internal/command/action_sequence_functions/midi.lua</source>
<source file="../internal/command/action_sequences.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/internal/command/action_sequences.lua</source>
<source file="../internal/command/builder.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/internal/command/builder.lua</source>
<source file="../internal/command/completer.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/internal/command/completer.lua</source>
<source file="../internal/command/executor.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/internal/command/executor.lua</source>
<source file="../internal/command/handler.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/internal/command/handler.lua</source>
<source file="../internal/command/meta_command.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/internal/command/meta_command.lua</source>
<source file="../internal/command/runner.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/internal/command/runner.lua</source>
<source file="../internal/command/utils.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/internal/command/utils.lua</source>
<source file="../internal/custom_actions/custom_actions.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/internal/custom_actions/custom_actions.lua</source>
<source file="../internal/custom_actions/movement.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/internal/custom_actions/movement.lua</source>
<source file="../internal/custom_actions/selection.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/internal/custom_actions/selection.lua</source>
<source file="../internal/custom_actions/utils.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/internal/custom_actions/utils.lua</source>
<source file="../internal/definitions/actions.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/internal/definitions/actions.lua</source>
<source file="../internal/definitions/bindings.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/internal/definitions/bindings.lua</source>
<source file="../internal/definitions/config.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/internal/definitions/config.lua</source>
<source file="../internal/gui/binding_list/View.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/internal/gui/binding_list/View.lua</source>
<source file="../internal/gui/binding_list/binding_list_box.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/internal/gui/binding_list/binding_list_box.lua</source>
<source file="../internal/gui/binding_list/controller.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/internal/gui/binding_list/controller.lua</source>
<source file="../internal/gui/feedback/View.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/internal/gui/feedback/View.lua</source>
<source file="../internal/gui/feedback/completions.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/internal/gui/feedback/completions.lua</source>
<source file="../internal/gui/feedback/controller.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/internal/gui/feedback/controller.lua</source>
<source file="../internal/gui/feedback/message.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/internal/gui/feedback/message.lua</source>
<source file="../internal/gui/feedback/model.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/internal/gui/feedback/model.lua</source>
<source file="../internal/gui/utils.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/internal/gui/utils.lua</source>
<source file="../internal/library/library.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/internal/library/library.lua</source>
<source file="../internal/library/marks.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/internal/library/marks.lua</source>
<source file="../internal/library/state.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/internal/library/state.lua</source>
<source file="../internal/rk.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/internal/rk.lua</source>
<source file="../internal/state_machine/default_state.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/internal/state_machine/default_state.lua</source>
<source file="../internal/state_machine/state_interface.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/internal/state_machine/state_interface.lua</source>
<source file="../internal/state_machine/state_machine.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/internal/state_machine/state_machine.lua</source>
<source file="../internal/table_concat.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/internal/table_concat.lua</source>
<source file="../internal/types.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/internal/types.lua</source>
<source file="../internal/utils/definitions.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/internal/utils/definitions.lua</source>
<source file="../internal/utils/format.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/internal/utils/format.lua</source>
<source file="../internal/utils/get_action.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/internal/utils/get_action.lua</source>
<source file="../internal/utils/log.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/internal/utils/log.lua</source>
<source file="../internal/utils/project_state.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/internal/utils/project_state.lua</source>
<source file="../internal/utils/reaper_state.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/internal/utils/reaper_state.lua</source>
<source file="../internal/utils/table_io.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/internal/utils/table_io.lua</source>
<source file="../vendor/fuzzy.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/vendor/fuzzy.lua</source>
<source file="../vendor/scythe/gui/config.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/vendor/scythe/gui/config.lua</source>
<source file="../vendor/scythe/gui/core.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/vendor/scythe/gui/core.lua</source>
<source file="../vendor/scythe/gui/element.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/vendor/scythe/gui/element.lua</source>
<source file="../vendor/scythe/gui/elements/Button.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/vendor/scythe/gui/elements/Button.lua</source>
<source file="../vendor/scythe/gui/elements/Checklist.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/vendor/scythe/gui/elements/Checklist.lua</source>
<source file="../vendor/scythe/gui/elements/ColorPicker.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/vendor/scythe/gui/elements/ColorPicker.lua</source>
<source file="../vendor/scythe/gui/elements/Frame.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/vendor/scythe/gui/elements/Frame.lua</source>
<source file="../vendor/scythe/gui/elements/Knob.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/vendor/scythe/gui/elements/Knob.lua</source>
<source file="../vendor/scythe/gui/elements/Label.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/vendor/scythe/gui/elements/Label.lua</source>
<source file="../vendor/scythe/gui/elements/Listbox.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/vendor/scythe/gui/elements/Listbox.lua</source>
<source file="../vendor/scythe/gui/elements/Menubar.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/vendor/scythe/gui/elements/Menubar.lua</source>
<source file="../vendor/scythe/gui/elements/Menubox.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/vendor/scythe/gui/elements/Menubox.lua</source>
<source file="../vendor/scythe/gui/elements/Radio.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/vendor/scythe/gui/elements/Radio.lua</source>
<source file="../vendor/scythe/gui/elements/Slider.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/vendor/scythe/gui/elements/Slider.lua</source>
<source file="../vendor/scythe/gui/elements/Tabs.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/vendor/scythe/gui/elements/Tabs.lua</source>
<source file="../vendor/scythe/gui/elements/TextEditor.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/vendor/scythe/gui/elements/TextEditor.lua</source>
<source file="../vendor/scythe/gui/elements/Textbox.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/vendor/scythe/gui/elements/Textbox.lua</source>
<source file="../vendor/scythe/gui/elements/shared/option.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/vendor/scythe/gui/elements/shared/option.lua</source>
<source file="../vendor/scythe/gui/elements/shared/text.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/vendor/scythe/gui/elements/shared/text.lua</source>
<source file="../vendor/scythe/gui/layer.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/vendor/scythe/gui/layer.lua</source>
<source file="../vendor/scythe/gui/theme.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/vendor/scythe/gui/theme.lua</source>
<source file="../vendor/scythe/gui/window.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/vendor/scythe/gui/window.lua</source>
<source file="../vendor/scythe/public/buffer.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/vendor/scythe/public/buffer.lua</source>
<source file="../vendor/scythe/public/color.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/vendor/scythe/public/color.lua</source>
<source file="../vendor/scythe/public/const.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/vendor/scythe/public/const.lua</source>
<source file="../vendor/scythe/public/error.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/vendor/scythe/public/error.lua</source>
<source file="../vendor/scythe/public/file.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/vendor/scythe/public/file.lua</source>
<source file="../vendor/scythe/public/font.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/vendor/scythe/public/font.lua</source>
<source file="../vendor/scythe/public/gfx.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/vendor/scythe/public/gfx.lua</source>
<source file="../vendor/scythe/public/image.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/vendor/scythe/public/image.lua</source>
<source file="../vendor/scythe/public/math.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/vendor/scythe/public/math.lua</source>
<source file="../vendor/scythe/public/menu.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/vendor/scythe/public/menu.lua</source>
<source file="../vendor/scythe/public/message.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/vendor/scythe/public/message.lua</source>
<source file="../vendor/scythe/public/sprite.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/vendor/scythe/public/sprite.lua</source>
<source file="../vendor/scythe/public/string.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/vendor/scythe/public/string.lua</source>
<source file="../vendor/scythe/public/table.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/vendor/scythe/public/table.lua</source>
<source file="../vendor/scythe/public/text.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/vendor/scythe/public/text.lua</source>
<source file="../vendor/scythe/scythe.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/vendor/scythe/scythe.lua</source>
<source file="../vendor/serpent.lua">https://github.com/gwatcha/reaper-keys/raw/1ffd5c3042261b423079b4832c2414f98faa2628/vendor/serpent.lua</source>
</version>
<version name="2.0.0-a4" author="gwatcha" time="2024-07-23T23:46:34Z">
<source main="main">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/Scripts/install-reaper-keys.lua</source>
<source file="../internal/command/action_sequence_functions/global.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/internal/command/action_sequence_functions/global.lua</source>
<source file="../internal/command/action_sequence_functions/main.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/internal/command/action_sequence_functions/main.lua</source>
<source file="../internal/command/action_sequence_functions/midi.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/internal/command/action_sequence_functions/midi.lua</source>
<source file="../internal/command/action_sequences.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/internal/command/action_sequences.lua</source>
<source file="../internal/command/builder.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/internal/command/builder.lua</source>
<source file="../internal/command/completer.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/internal/command/completer.lua</source>
<source file="../internal/command/executor.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/internal/command/executor.lua</source>
<source file="../internal/command/handler.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/internal/command/handler.lua</source>
<source file="../internal/command/meta_command.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/internal/command/meta_command.lua</source>
<source file="../internal/command/runner.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/internal/command/runner.lua</source>
<source file="../internal/command/utils.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/internal/command/utils.lua</source>
<source file="../internal/custom_actions/custom_actions.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/internal/custom_actions/custom_actions.lua</source>
<source file="../internal/custom_actions/movement.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/internal/custom_actions/movement.lua</source>
<source file="../internal/custom_actions/selection.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/internal/custom_actions/selection.lua</source>
<source file="../internal/custom_actions/utils.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/internal/custom_actions/utils.lua</source>
<source file="../internal/definitions/actions.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/internal/definitions/actions.lua</source>
<source file="../internal/definitions/bindings.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/internal/definitions/bindings.lua</source>
<source file="../internal/definitions/config.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/internal/definitions/config.lua</source>
<source file="../internal/gui/binding_list/View.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/internal/gui/binding_list/View.lua</source>
<source file="../internal/gui/binding_list/binding_list_box.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/internal/gui/binding_list/binding_list_box.lua</source>
<source file="../internal/gui/binding_list/controller.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/internal/gui/binding_list/controller.lua</source>
<source file="../internal/gui/feedback/View.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/internal/gui/feedback/View.lua</source>
<source file="../internal/gui/feedback/completions.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/internal/gui/feedback/completions.lua</source>
<source file="../internal/gui/feedback/controller.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/internal/gui/feedback/controller.lua</source>
<source file="../internal/gui/feedback/message.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/internal/gui/feedback/message.lua</source>
<source file="../internal/gui/feedback/model.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/internal/gui/feedback/model.lua</source>
<source file="../internal/gui/utils.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/internal/gui/utils.lua</source>
<source file="../internal/library/library.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/internal/library/library.lua</source>
<source file="../internal/library/marks.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/internal/library/marks.lua</source>
<source file="../internal/library/state.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/internal/library/state.lua</source>
<source file="../internal/rk.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/internal/rk.lua</source>
<source file="../internal/state_machine/default_state.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/internal/state_machine/default_state.lua</source>
<source file="../internal/state_machine/state_interface.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/internal/state_machine/state_interface.lua</source>
<source file="../internal/state_machine/state_machine.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/internal/state_machine/state_machine.lua</source>
<source file="../internal/table_concat.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/internal/table_concat.lua</source>
<source file="../internal/types.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/internal/types.lua</source>
<source file="../internal/utils/definitions.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/internal/utils/definitions.lua</source>
<source file="../internal/utils/format.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/internal/utils/format.lua</source>
<source file="../internal/utils/get_action.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/internal/utils/get_action.lua</source>
<source file="../internal/utils/log.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/internal/utils/log.lua</source>
<source file="../internal/utils/project_state.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/internal/utils/project_state.lua</source>
<source file="../internal/utils/reaper_state.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/internal/utils/reaper_state.lua</source>
<source file="../internal/utils/table_io.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/internal/utils/table_io.lua</source>
<source file="../vendor/fuzzy.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/vendor/fuzzy.lua</source>
<source file="../vendor/scythe/gui/config.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/vendor/scythe/gui/config.lua</source>
<source file="../vendor/scythe/gui/core.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/vendor/scythe/gui/core.lua</source>
<source file="../vendor/scythe/gui/element.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/vendor/scythe/gui/element.lua</source>
<source file="../vendor/scythe/gui/elements/Button.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/vendor/scythe/gui/elements/Button.lua</source>
<source file="../vendor/scythe/gui/elements/Checklist.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/vendor/scythe/gui/elements/Checklist.lua</source>
<source file="../vendor/scythe/gui/elements/ColorPicker.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/vendor/scythe/gui/elements/ColorPicker.lua</source>
<source file="../vendor/scythe/gui/elements/Frame.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/vendor/scythe/gui/elements/Frame.lua</source>
<source file="../vendor/scythe/gui/elements/Knob.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/vendor/scythe/gui/elements/Knob.lua</source>
<source file="../vendor/scythe/gui/elements/Label.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/vendor/scythe/gui/elements/Label.lua</source>
<source file="../vendor/scythe/gui/elements/Listbox.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/vendor/scythe/gui/elements/Listbox.lua</source>
<source file="../vendor/scythe/gui/elements/Menubar.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/vendor/scythe/gui/elements/Menubar.lua</source>
<source file="../vendor/scythe/gui/elements/Menubox.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/vendor/scythe/gui/elements/Menubox.lua</source>
<source file="../vendor/scythe/gui/elements/Radio.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/vendor/scythe/gui/elements/Radio.lua</source>
<source file="../vendor/scythe/gui/elements/Slider.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/vendor/scythe/gui/elements/Slider.lua</source>
<source file="../vendor/scythe/gui/elements/Tabs.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/vendor/scythe/gui/elements/Tabs.lua</source>
<source file="../vendor/scythe/gui/elements/TextEditor.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/vendor/scythe/gui/elements/TextEditor.lua</source>
<source file="../vendor/scythe/gui/elements/Textbox.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/vendor/scythe/gui/elements/Textbox.lua</source>
<source file="../vendor/scythe/gui/elements/shared/option.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/vendor/scythe/gui/elements/shared/option.lua</source>
<source file="../vendor/scythe/gui/elements/shared/text.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/vendor/scythe/gui/elements/shared/text.lua</source>
<source file="../vendor/scythe/gui/layer.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/vendor/scythe/gui/layer.lua</source>
<source file="../vendor/scythe/gui/theme.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/vendor/scythe/gui/theme.lua</source>
<source file="../vendor/scythe/gui/window.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/vendor/scythe/gui/window.lua</source>
<source file="../vendor/scythe/public/buffer.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/vendor/scythe/public/buffer.lua</source>
<source file="../vendor/scythe/public/color.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/vendor/scythe/public/color.lua</source>
<source file="../vendor/scythe/public/const.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/vendor/scythe/public/const.lua</source>
<source file="../vendor/scythe/public/error.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/vendor/scythe/public/error.lua</source>
<source file="../vendor/scythe/public/file.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/vendor/scythe/public/file.lua</source>
<source file="../vendor/scythe/public/font.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/vendor/scythe/public/font.lua</source>
<source file="../vendor/scythe/public/gfx.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/vendor/scythe/public/gfx.lua</source>
<source file="../vendor/scythe/public/image.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/vendor/scythe/public/image.lua</source>
<source file="../vendor/scythe/public/math.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/vendor/scythe/public/math.lua</source>
<source file="../vendor/scythe/public/menu.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/vendor/scythe/public/menu.lua</source>
<source file="../vendor/scythe/public/message.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/vendor/scythe/public/message.lua</source>
<source file="../vendor/scythe/public/sprite.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/vendor/scythe/public/sprite.lua</source>
<source file="../vendor/scythe/public/string.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/vendor/scythe/public/string.lua</source>
<source file="../vendor/scythe/public/table.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/vendor/scythe/public/table.lua</source>
<source file="../vendor/scythe/public/text.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/vendor/scythe/public/text.lua</source>
<source file="../vendor/scythe/scythe.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/vendor/scythe/scythe.lua</source>
<source file="../vendor/serpent.lua">https://github.com/gwatcha/reaper-keys/raw/4576b9cb1343080e077fc63ef5c00d965dd71b46/vendor/serpent.lua</source>
</version>
<version name="2.0.0-a7" author="gwatcha" time="2024-10-14T17:38:10Z">
<source main="main">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/Scripts/install-reaper-keys.lua</source>
<source file="../internal/utils/project_state.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/internal/utils/project_state.lua</source>
<source file="../internal/utils/definitions.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/internal/utils/definitions.lua</source>
<source file="../internal/utils/format.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/internal/utils/format.lua</source>
<source file="../internal/utils/log.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/internal/utils/log.lua</source>
<source file="../internal/utils/table_io.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/internal/utils/table_io.lua</source>
<source file="../internal/utils/reaper_state.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/internal/utils/reaper_state.lua</source>
<source file="../internal/utils/get_action.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/internal/utils/get_action.lua</source>
<source file="../internal/custom_actions/utils.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/internal/custom_actions/utils.lua</source>
<source file="../internal/custom_actions/selection.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/internal/custom_actions/selection.lua</source>
<source file="../internal/custom_actions/movement.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/internal/custom_actions/movement.lua</source>
<source file="../internal/custom_actions/custom_actions.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/internal/custom_actions/custom_actions.lua</source>
<source file="../internal/gui/utils.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/internal/gui/utils.lua</source>
<source file="../internal/gui/feedback/controller.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/internal/gui/feedback/controller.lua</source>
<source file="../internal/gui/feedback/model.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/internal/gui/feedback/model.lua</source>
<source file="../internal/gui/feedback/message.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/internal/gui/feedback/message.lua</source>
<source file="../internal/gui/feedback/View.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/internal/gui/feedback/View.lua</source>
<source file="../internal/gui/feedback/completions.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/internal/gui/feedback/completions.lua</source>
<source file="../internal/gui/binding_list/controller.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/internal/gui/binding_list/controller.lua</source>
<source file="../internal/gui/binding_list/binding_list_box.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/internal/gui/binding_list/binding_list_box.lua</source>
<source file="../internal/gui/binding_list/View.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/internal/gui/binding_list/View.lua</source>
<source file="../internal/table_concat.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/internal/table_concat.lua</source>
<source file="../internal/rk.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/internal/rk.lua</source>
<source file="../internal/definitions/config.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/internal/definitions/config.lua</source>
<source file="../internal/definitions/actions.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/internal/definitions/actions.lua</source>
<source file="../internal/definitions/bindings.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/internal/definitions/bindings.lua</source>
<source file="../internal/types.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/internal/types.lua</source>
<source file="../internal/command/utils.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/internal/command/utils.lua</source>
<source file="../internal/command/action_sequences.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/internal/command/action_sequences.lua</source>
<source file="../internal/command/executor.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/internal/command/executor.lua</source>
<source file="../internal/command/handler.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/internal/command/handler.lua</source>
<source file="../internal/command/runner.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/internal/command/runner.lua</source>
<source file="../internal/command/action_sequence_functions/global.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/internal/command/action_sequence_functions/global.lua</source>
<source file="../internal/command/action_sequence_functions/midi.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/internal/command/action_sequence_functions/midi.lua</source>
<source file="../internal/command/action_sequence_functions/main.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/internal/command/action_sequence_functions/main.lua</source>
<source file="../internal/command/builder.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/internal/command/builder.lua</source>
<source file="../internal/command/completer.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/internal/command/completer.lua</source>
<source file="../internal/command/meta_command.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/internal/command/meta_command.lua</source>
<source file="../internal/library/state.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/internal/library/state.lua</source>
<source file="../internal/library/library.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/internal/library/library.lua</source>
<source file="../internal/library/marks.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/internal/library/marks.lua</source>
<source file="../internal/state_machine/state_interface.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/internal/state_machine/state_interface.lua</source>
<source file="../internal/state_machine/default_state.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/internal/state_machine/default_state.lua</source>
<source file="../internal/state_machine/state_machine.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/internal/state_machine/state_machine.lua</source>
<source file="../vendor/fuzzy.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/vendor/fuzzy.lua</source>
<source file="../vendor/serpent.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/vendor/serpent.lua</source>
<source file="../vendor/scythe/gui/core.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/vendor/scythe/gui/core.lua</source>
<source file="../vendor/scythe/gui/window.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/vendor/scythe/gui/window.lua</source>
<source file="../vendor/scythe/gui/layer.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/vendor/scythe/gui/layer.lua</source>
<source file="../vendor/scythe/gui/config.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/vendor/scythe/gui/config.lua</source>
<source file="../vendor/scythe/gui/elements/Label.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/vendor/scythe/gui/elements/Label.lua</source>
<source file="../vendor/scythe/gui/elements/ColorPicker.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/vendor/scythe/gui/elements/ColorPicker.lua</source>
<source file="../vendor/scythe/gui/elements/TextEditor.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/vendor/scythe/gui/elements/TextEditor.lua</source>
<source file="../vendor/scythe/gui/elements/Textbox.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/vendor/scythe/gui/elements/Textbox.lua</source>
<source file="../vendor/scythe/gui/elements/Button.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/vendor/scythe/gui/elements/Button.lua</source>
<source file="../vendor/scythe/gui/elements/Radio.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/vendor/scythe/gui/elements/Radio.lua</source>
<source file="../vendor/scythe/gui/elements/Listbox.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/vendor/scythe/gui/elements/Listbox.lua</source>
<source file="../vendor/scythe/gui/elements/Checklist.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/vendor/scythe/gui/elements/Checklist.lua</source>
<source file="../vendor/scythe/gui/elements/Menubar.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/vendor/scythe/gui/elements/Menubar.lua</source>
<source file="../vendor/scythe/gui/elements/Knob.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/vendor/scythe/gui/elements/Knob.lua</source>
<source file="../vendor/scythe/gui/elements/Menubox.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/vendor/scythe/gui/elements/Menubox.lua</source>
<source file="../vendor/scythe/gui/elements/Slider.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/vendor/scythe/gui/elements/Slider.lua</source>
<source file="../vendor/scythe/gui/elements/shared/text.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/vendor/scythe/gui/elements/shared/text.lua</source>
<source file="../vendor/scythe/gui/elements/shared/option.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/vendor/scythe/gui/elements/shared/option.lua</source>
<source file="../vendor/scythe/gui/elements/Frame.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/vendor/scythe/gui/elements/Frame.lua</source>
<source file="../vendor/scythe/gui/elements/Tabs.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/vendor/scythe/gui/elements/Tabs.lua</source>
<source file="../vendor/scythe/gui/element.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/vendor/scythe/gui/element.lua</source>
<source file="../vendor/scythe/gui/theme.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/vendor/scythe/gui/theme.lua</source>
<source file="../vendor/scythe/scythe.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/vendor/scythe/scythe.lua</source>
<source file="../vendor/scythe/public/error.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/vendor/scythe/public/error.lua</source>
<source file="../vendor/scythe/public/sprite.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/vendor/scythe/public/sprite.lua</source>
<source file="../vendor/scythe/public/buffer.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/vendor/scythe/public/buffer.lua</source>
<source file="../vendor/scythe/public/font.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/vendor/scythe/public/font.lua</source>
<source file="../vendor/scythe/public/text.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/vendor/scythe/public/text.lua</source>
<source file="../vendor/scythe/public/image.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/vendor/scythe/public/image.lua</source>
<source file="../vendor/scythe/public/menu.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/vendor/scythe/public/menu.lua</source>
<source file="../vendor/scythe/public/math.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/vendor/scythe/public/math.lua</source>
<source file="../vendor/scythe/public/message.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/vendor/scythe/public/message.lua</source>
<source file="../vendor/scythe/public/const.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/vendor/scythe/public/const.lua</source>
<source file="../vendor/scythe/public/table.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/vendor/scythe/public/table.lua</source>
<source file="../vendor/scythe/public/string.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/vendor/scythe/public/string.lua</source>
<source file="../vendor/scythe/public/file.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/vendor/scythe/public/file.lua</source>
<source file="../vendor/scythe/public/color.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/vendor/scythe/public/color.lua</source>
<source file="../vendor/scythe/public/gfx.lua">https://github.com/gwatcha/reaper-keys/raw/9b4b3f9568340bd74b2f4c7b0ccd8bc8a9485eca/vendor/scythe/public/gfx.lua</source>
</version>
</reapack>
</category>
</index>