diff --git a/README.md b/README.md index 3beae3a..bbfabf3 100644 --- a/README.md +++ b/README.md @@ -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 ...