diff options
Diffstat (limited to 'documentation_en.md')
-rw-r--r-- | documentation_en.md | 3 |
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 | |||
237 | it. Note that except for `wait` and some particular cases (see below), all the | 238 | it. Note that except for `wait` and some particular cases (see below), all the |
238 | actions are almost instantaneous. | 239 | actions are almost instantaneous. |
239 | 240 | ||
241 | *This section is deprecated and replaced by an `actions` key containing a list | ||
242 | in `key_properties` section for each key.* | ||
240 | 243 | ||
241 | #### Examples | 244 | #### Examples |
242 | 245 | ||