aboutsummaryrefslogtreecommitdiff
path: root/documentation_en.md
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2017-06-26 17:36:40 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2017-06-26 17:36:40 +0200
commitb798117bb79038ae7495ea4fdb5254d15c7e4b63 (patch)
tree0d10041b953ac1918f2cf95b4ddb371a377f5b1f /documentation_en.md
parentd028768179d4fd1555831e26daaa9aae9ac94e85 (diff)
downloadMusicSampler-b798117bb79038ae7495ea4fdb5254d15c7e4b63.tar.gz
MusicSampler-b798117bb79038ae7495ea4fdb5254d15c7e4b63.tar.zst
MusicSampler-b798117bb79038ae7495ea4fdb5254d15c7e4b63.zip
Change "keys" hash to "key_properties" in config.yml1.4.0
Diffstat (limited to 'documentation_en.md')
-rw-r--r--documentation_en.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/documentation_en.md b/documentation_en.md
index e92b85c..ac12909 100644
--- a/documentation_en.md
+++ b/documentation_en.md
@@ -225,6 +225,7 @@ protected for 2 seconds after each stroke.
225- `repeat_delay: x` (default 0) : protection delay. Once all its actions are 225- `repeat_delay: x` (default 0) : protection delay. Once all its actions are
226 done, the key will remain disabled (semi-transparent and crossed) for that 226 done, the key will remain disabled (semi-transparent and crossed) for that
227 amount of time (in seconds). 227 amount of time (in seconds).
228- `actions: list`: List of actions to run with the key.
228 229
229#### `common` key property 230#### `common` key property
230 231
@@ -237,6 +238,8 @@ This section lets you describe for each key, the list of actions associated to
237it. Note that except for `wait` and some particular cases (see below), all the 238it. Note that except for `wait` and some particular cases (see below), all the
238actions are almost instantaneous. 239actions are almost instantaneous.
239 240
241*This section is deprecated and replaced by an `actions` key containing a list
242in `key_properties` section for each key.*
240 243
241#### Examples 244#### Examples
242 245