1
2
3
4
5
6
7
*LOnKey
    if ( iparam == 'P' ) {
        bOutput = ( bOutput == false )
    } else : if ( iparam == 'Q' ) {
        end
    }
    return