feat(docs): document the toggle layer behavior
This commit is contained in:
parent
a82f990d4c
commit
ae104374c0
1 changed files with 15 additions and 0 deletions
|
@ -39,3 +39,18 @@ Example:
|
||||||
```
|
```
|
||||||
&mo LOWER
|
&mo LOWER
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Toggle Layer
|
||||||
|
|
||||||
|
The "toggle layer" behavior allows you to enable a layer until the layer is manually disabled.
|
||||||
|
|
||||||
|
### Behavior Binding
|
||||||
|
|
||||||
|
- Reference: `&tog`
|
||||||
|
- Parameter: The layer number to enable/disable, e.g. `1`
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
```
|
||||||
|
&tog LOWER
|
||||||
|
```
|
Loading…
Reference in a new issue