This commit is contained in:
Jonatan Rek 2024-09-17 08:19:21 +02:00
parent 59673ec211
commit 1666be73b3
1 changed files with 10 additions and 0 deletions

View File

@ -124,6 +124,16 @@ Just add desired macros to `configuration.yaml` and start the application, tahn
- name: Key
value: spacer
```
### Process Macro
```yaml
- button: cmd
function: ProcessMacro
parameters:
- name: process
value: "cmd.exe"
- name: arguments #Optional Proces Arguments
value: "-d C:/"
```
### Comon Macro Parameters
```yaml
...