predef macro SCROLL or SCROLLLOCK are identical, and normal macro SCROLL is defined in the docs for the library I use t create the normal macros.
So, with Cougars prog sw, if you manually press the CONTROL and SCROLL buttons, you get the same keycodes as when you let TB send the macros? Maybe it might need a small delay in the middle?
Code:
macro = predef:RCONTROL, KEYDOWN
macro = predef:SCROLLLOCK, KEYDOWN
macro = {PAUSE xxx}
macro = predef:SCROLLLOCK, KEYUP
macro = predef:RCONTROL, KEYUP
where "xxx" is the number of milliseconds to pause.