From 108731b4cfdcce2fac6f0b24deb9dc7e4d788dfa Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Thu, 17 Aug 2023 03:19:05 +0100 Subject: [PATCH] add RunMacrobuttons(), CloseMacrobuttons() --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3535f53..a90bc86 100644 --- a/README.md +++ b/README.md @@ -402,6 +402,8 @@ The following commands are available: The following methods are available: - Load($filepath): string +- RunMacrobuttons(): Launches the macrobuttons app +- CloseMacrobuttons(): Closes the macrobuttons app example: @@ -411,6 +413,8 @@ $vmr.command.show $vmr.command.lock = $true $vmr.command.Load("path/to/filename.xml") + +$vmr.command.RunMacrobuttons() ``` ### Recorder