diff options
Diffstat (limited to 'config.yml')
-rw-r--r-- | config.yml | 43 |
1 files changed, 36 insertions, 7 deletions
@@ -44,6 +44,9 @@ aliases: | |||
44 | paf: | 44 | paf: |
45 | file: "PIRATE_paf.mp3" | 45 | file: "PIRATE_paf.mp3" |
46 | name: Paf | 46 | name: Paf |
47 | coup: | ||
48 | file: "PIRATE_coup.wav" | ||
49 | name: Coup | ||
47 | ralenti: | 50 | ralenti: |
48 | file: "PIRATE_12-2-ralenti.mp3" | 51 | file: "PIRATE_12-2-ralenti.mp3" |
49 | name: Ralenti | 52 | name: Ralenti |
@@ -58,7 +61,7 @@ key_properties: | |||
58 | description: | 61 | description: |
59 | - #Chloé | 62 | - #Chloé |
60 | - Jonglacro | 63 | - Jonglacro |
61 | - "2" | 64 | - 2 |
62 | color: [73, 221, 226] | 65 | color: [73, 221, 226] |
63 | 'e': | 66 | 'e': |
64 | description: | 67 | description: |
@@ -92,7 +95,7 @@ key_properties: | |||
92 | description: | 95 | description: |
93 | - #Chloé | 96 | - #Chloé |
94 | - Fin quête | 97 | - Fin quête |
95 | - Entrée ondine | 98 | - Grotte |
96 | color: [73, 221, 226] | 99 | color: [73, 221, 226] |
97 | 'o': | 100 | 'o': |
98 | description: | 101 | description: |
@@ -104,7 +107,7 @@ key_properties: | |||
104 | description: | 107 | description: |
105 | - #Denise | 108 | - #Denise |
106 | - Fin | 109 | - Fin |
107 | - cour ondine | 110 | - Cour ondine |
108 | color: [190, 110, 236] | 111 | color: [190, 110, 236] |
109 | 'q': | 112 | 'q': |
110 | description: | 113 | description: |
@@ -156,13 +159,13 @@ key_properties: | |||
156 | description: | 159 | description: |
157 | - #Jérôme | 160 | - #Jérôme |
158 | - Jeu à | 161 | - Jeu à |
159 | - "2 4" | 162 | - 2 et 4 |
160 | color: [240, 158, 0] | 163 | color: [240, 158, 0] |
161 | 'm': | 164 | 'm': |
162 | description: | 165 | description: |
163 | - #Chloé | 166 | - #Chloé |
164 | - Fin jeu | 167 | - Fin jeu |
165 | - Début baston | 168 | - Baston |
166 | color: [73, 221, 226] | 169 | color: [73, 221, 226] |
167 | 'w': | 170 | 'w': |
168 | description: | 171 | description: |
@@ -178,13 +181,28 @@ key_properties: | |||
178 | 'c': | 181 | 'c': |
179 | description: | 182 | description: |
180 | - #Christophe | 183 | - #Christophe |
181 | - Baston "2" | 184 | - Baston 2 |
182 | color: [255, 255, 0] | 185 | color: [255, 255, 0] |
183 | 'v': | 186 | 'v': |
184 | description: | 187 | description: |
185 | - #Auréliane | 188 | - #Auréliane |
186 | - Fin baston "2" | 189 | - Fin baston 2 |
187 | color: [0, 190, 27] | 190 | color: [0, 190, 27] |
191 | 'ESC': | ||
192 | description: | ||
193 | - | ||
194 | - STOP ! | ||
195 | color: [255, 0, 0] | ||
196 | |||
197 | 'F1': | ||
198 | description: | ||
199 | - | ||
200 | - PAUSE | ||
201 | |||
202 | 'F2': | ||
203 | description: | ||
204 | - | ||
205 | - REPRENDRE | ||
188 | 206 | ||
189 | 207 | ||
190 | keys: | 208 | keys: |
@@ -276,8 +294,13 @@ keys: | |||
276 | - play: | 294 | - play: |
277 | include: trio_jalousie | 295 | include: trio_jalousie |
278 | 'k': | 296 | 'k': |
297 | - play: | ||
298 | include: coup | ||
299 | - wait: | ||
300 | duration: 0.2 | ||
279 | - stop: | 301 | - stop: |
280 | include: trio_jalousie | 302 | include: trio_jalousie |
303 | |||
281 | 'l': | 304 | 'l': |
282 | - play: | 305 | - play: |
283 | include: piquage_2_4 | 306 | include: piquage_2_4 |
@@ -312,3 +335,9 @@ keys: | |||
312 | - stop: ~ | 335 | - stop: ~ |
313 | - stop_all_actions: ~ | 336 | - stop_all_actions: ~ |
314 | 337 | ||
338 | 'F1': | ||
339 | - pause: ~ | ||
340 | |||
341 | 'F2': | ||
342 | - unpause: ~ | ||
343 | |||