diff options
Diffstat (limited to 'documentation_en.md')
-rw-r--r-- | documentation_en.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/documentation_en.md b/documentation_en.md index c616eda..17b8c87 100644 --- a/documentation_en.md +++ b/documentation_en.md | |||
@@ -157,6 +157,7 @@ in case of problem with the standard configuration: | |||
157 | (default 2). | 157 | (default 2). |
158 | * `--device DEVICE` : select another sound device. | 158 | * `--device DEVICE` : select another sound device. |
159 | * `--list-devices` : list available sound devices. | 159 | * `--list-devices` : list available sound devices. |
160 | * `--load-all-musics` : load all the music when starting (default True) | ||
160 | * `-- ARGS` : arguments for Kivy library. | 161 | * `-- ARGS` : arguments for Kivy library. |
161 | 162 | ||
162 | ## Configure keys | 163 | ## Configure keys |
@@ -438,6 +439,9 @@ actions. | |||
438 | * `command: my_command` : Gives the command to run. | 439 | * `command: my_command` : Gives the command to run. |
439 | * `wait: true/false` (optional, default false) if true, waits for the | 440 | * `wait: true/false` (optional, default false) if true, waits for the |
440 | command to finish (this wait is not interruptible by interrupt_wait) | 441 | command to finish (this wait is not interruptible by interrupt_wait) |
442 | - `load_music/unload_music` : load/unload a music from memory. Useful | ||
443 | with `load_all_musics` option only | ||
444 | * `music: "music.mp3" the music to load/unload | ||
441 | 445 | ||
442 | ### `aliases` : define aliases | 446 | ### `aliases` : define aliases |
443 | 447 | ||