Commands & Syntax > Commands > Macro Engine >

www.perfectkeyboard.com

 

Macro group ENABLE/DISABLE - < me_macroenable_group >() ... [Pro]

 

Macro group ENABLE/DISABLE
<me_macroenable_group>("Macro group",Option,Unused)
Available in: Professional edition

Enables or disables specified macro group.

 

#

Parameter name

Parameter description

1

Macro group

Name of the macro group to enable/disable. The macro group with this name must exist otherwise the command fails.

2

Option

0 - disable
1 - enable

3

Unused

Must be 0.

 

Example (Macro Steps):

 

1

<#> <#> This macro will disable all macros from 'GRP1' group (if exists)

2

Macro execution: ONLY COMMANDS

3

Macro group ENABLE/DISABLE "GRP1", Option="Disable"

Example (Plain Text):

 

<#> This macro will disable all macros from 'GRP1' group (if exists)

<#>

<cmds>

<me_macroenable_group>("GRP1",0,0)