Compare commits

..

No commits in common. "ed334a7cf9e900d79a84a9c45bfbe65dc93882f2" and "7fb6b4c89c27d59b2d90e79ba94c52b0e159d005" have entirely different histories.

View File

@ -124,16 +124,6 @@ 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
...