Compare commits

..

2 Commits

Author SHA1 Message Date
Jonatan Rek
ed334a7cf9 Merge branch 'main' of https://git.steelants.cz/JonatanRek/FakeDeck 2024-09-17 08:19:31 +02:00
Jonatan Rek
1666be73b3 Readme 2024-09-17 08:19:21 +02:00

View File

@ -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
... ...