Readme
This commit is contained in:
parent
59673ec211
commit
1666be73b3
10
README.md
10
README.md
@ -124,6 +124,16 @@ Just add desired macros to `configuration.yaml` and start the application, tahn
|
|||||||
- name: Key
|
- name: Key
|
||||||
value: spacer
|
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
|
### Comon Macro Parameters
|
||||||
```yaml
|
```yaml
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user