Commands & Syntax > Commands > Comments >

www.perfectkeyboard.com

 

Comment Block BEGIN { - < {# > ... [Pro]

 

<#> Comment Block BEGIN {
<{#>
Available in: Professional edition

This command begins a comment block. All macro text (macro steps) that are enclosed between <{#> and <}#> are ignored during macro execution.

 

 

Example (Macro Steps):

 

1

<#> <#>This macro does nothing because everything is commented out

2

<#> Comment Block BEGIN {

3

Keyboard ScrollLock ON

4

Everything is ignored....

5

<#> Comment Block END }

Example (Plain Text):

 

<#>This macro does nothing because everything is commented out

<{#><ScrollLock_ON>Everything is ignored....<}#>