Fixed indentation on example (#12885)

keyboard was inside the incorrect data structure.
This commit is contained in:
Javier Lopez 2020-04-12 15:54:14 -05:00 committed by GitHub
parent a8a2028e80
commit c4ac6978e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -288,9 +288,9 @@ action:
document:
file: /tmp/whatever.odf
caption: Document Title xy
keyboard:
- '/command1, /command2'
- '/command3, /command4'
keyboard:
- '/command1, /command2'
- '/command3, /command4'
```
{% configuration %}