From 1666be73b3349eef0e917baf43885c572ee585c3 Mon Sep 17 00:00:00 2001 From: Jonatan Rek Date: Tue, 17 Sep 2024 08:19:21 +0200 Subject: [PATCH] Readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 ...